From: Chris Koeritz Date: Sat, 6 Apr 2013 13:00:45 +0000 (-0400) Subject: removed a space so the command isn't hidden from history when copy/pasted. X-Git-Tag: 2.140.90~1025 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=75b42e929b4ea9f350ef23041f5cb87073584771;p=feisty_meow.git removed a space so the command isn't hidden from history when copy/pasted. --- diff --git a/scripts/core/functions.sh b/scripts/core/functions.sh index 9674e3b3..1129d336 100644 --- a/scripts/core/functions.sh +++ b/scripts/core/functions.sh @@ -251,7 +251,7 @@ if [ -z "$skip_all" ]; then if [ -z "$wheres_nechung" ]; then echo "The nechung oracle program cannot be found. You may want to consider" echo "rebuilding the feisty meow applications with this command:" - echo " bash $FEISTY_MEOW_SCRIPTS/generator/bootstrap_build.sh" + echo "bash $FEISTY_MEOW_SCRIPTS/generator/bootstrap_build.sh" else $wheres_nechung fi