From 68fcd92e73345ede4353c62926879891062bf5c1 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Wed, 25 Jul 2018 21:14:31 -0400 Subject: stop printing things that look like stack traces that arent --- subprojects/freeamo/freeamo | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/subprojects/freeamo/freeamo b/subprojects/freeamo/freeamo index abd8250..9ee84f3 100755 --- a/subprojects/freeamo/freeamo +++ b/subprojects/freeamo/freeamo @@ -151,11 +151,11 @@ 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 :" - echo " ↳$freeamo_command"; $freeamo_command + freeamo_command="$0 --search-pages--download $debug_arg" + echo "$freeamo_command"; $freeamo_command - freeamo_command="$0 --search-pages--filter $debug_arg :" - echo " ↳$freeamo_command"; $freeamo_command + freeamo_command="$0 --search-pages--filter $debug_arg" + echo "$freeamo_command"; $freeamo_command ;; @@ -177,11 +177,11 @@ Disabled options due to limited development time --get-licenses) - freeamo_command="$0 --get-licenses--download $debug_arg :" - echo " ↳$freeamo_command"; $freeamo_command + freeamo_command="$0 --get-licenses--download $debug_arg" + echo "$freeamo_command"; $freeamo_command - freeamo_command="$0 --get-licenses--filter $debug_arg :" - echo " ↳$freeamo_command"; $freeamo_command + freeamo_command="$0 --get-licenses--filter $debug_arg" + echo "$freeamo_command"; $freeamo_command ;; @@ -202,11 +202,11 @@ Disabled options due to limited development time --get-add-ons) - freeamo_command="$0 --get-add-ons--download $debug_arg :" - echo " ↳$freeamo_command"; $freeamo_command + freeamo_command="$0 --get-add-ons--download $debug_arg" + echo "$freeamo_command"; $freeamo_command - freeamo_command="$0 --get-add-ons--filter $debug_arg :" - echo " ↳$freeamo_command"; $freeamo_command + freeamo_command="$0 --get-add-ons--filter $debug_arg" + echo "$freeamo_command"; $freeamo_command ;; -- cgit v1.2.3