aboutsummaryrefslogtreecommitdiff
path: root/subprojects/freeamo/freeamo
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/freeamo/freeamo')
-rwxr-xr-xsubprojects/freeamo/freeamo28
1 files changed, 14 insertions, 14 deletions
diff --git a/subprojects/freeamo/freeamo b/subprojects/freeamo/freeamo
index ac4d7c7..7bcab33 100755
--- a/subprojects/freeamo/freeamo
+++ b/subprojects/freeamo/freeamo
@@ -68,27 +68,27 @@ case "$1" in
""|--debug|--normal-mode)
- freeamo_command="$0 --conf-note $debug_arg"
+ freeamo_command="$0 --conf-note $debug_arg"
echo "$freeamo_command"; $freeamo_command
- freeamo_command="$0 --remove-build $debug_arg"
+ freeamo_command="$0 --remove-build $debug_arg"
echo "$freeamo_command"; $freeamo_command
- freeamo_command="$0 --conf-copy $debug_arg"
+ freeamo_command="$0 --conf-copy $debug_arg"
echo "$freeamo_command"; $freeamo_command
- freeamo_command="$0 --search-pages $debug_arg"
+ freeamo_command="$0 --search-pages $debug_arg"
echo "$freeamo_command"; $freeamo_command
- freeamo_command="$0 --get-licenses $debug_arg"
+ freeamo_command="$0 --get-licenses $debug_arg"
echo "$freeamo_command"; $freeamo_command
- freeamo_command="$0 --get-add-ons $debug_arg"
+ freeamo_command="$0 --get-add-ons $debug_arg"
echo "$freeamo_command"; $freeamo_command
if [ ! "$1" == "--normal-mode" ]; then
- freeamo_command="$0 --make-directory.fsf.org-wiki $debug_arg"
+ freeamo_command="$0 --make-directory.fsf.org-wiki $debug_arg"
echo "$freeamo_command"; $freeamo_command
fi
@@ -113,7 +113,7 @@ f.org-wiki (they are used by Free Software Directory developers)
The licenses are not added to the general JSON file. This option will download the neccesary license JSON files for all add-ons.
$0 --get-add-ons
Download the installable add-ons (the .xpi files).
- $0 --make-directory.fsf.org-wiki
+ $0 --make-directory.fsf.org-wiki
Generates .wiki files specifically for https://directory.fsf.org/wiki/
Disabled options due to limited development time
@@ -159,10 +159,10 @@ Disabled options due to limited development time
--search-pages)
# This option is named after named after https://addons.mozilla.org/en-US/firefox/search/
- freeamo_command="$0 --search-pages--download $debug_arg"
+ freeamo_command="$0 --search-pages--download $debug_arg"
echo "$freeamo_command"; $freeamo_command
- freeamo_command="$0 --search-pages--filter $debug_arg"
+ freeamo_command="$0 --search-pages--filter $debug_arg"
echo "$freeamo_command"; $freeamo_command
;;
@@ -185,10 +185,10 @@ Disabled options due to limited development time
--get-licenses)
- freeamo_command="$0 --get-licenses--download $debug_arg"
+ freeamo_command="$0 --get-licenses--download $debug_arg"
echo "$freeamo_command"; $freeamo_command
- freeamo_command="$0 --get-licenses--filter $debug_arg"
+ freeamo_command="$0 --get-licenses--filter $debug_arg"
echo "$freeamo_command"; $freeamo_command
;;
@@ -210,10 +210,10 @@ Disabled options due to limited development time
--get-add-ons)
- freeamo_command="$0 --get-add-ons--download $debug_arg"
+ freeamo_command="$0 --get-add-ons--download $debug_arg"
echo "$freeamo_command"; $freeamo_command
- freeamo_command="$0 --get-add-ons--filter $debug_arg"
+ freeamo_command="$0 --get-add-ons--filter $debug_arg"
echo "$freeamo_command"; $freeamo_command
;;