From 75b42e929b4ea9f350ef23041f5cb87073584771 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sat, 6 Apr 2013 09:00:45 -0400 Subject: [PATCH] removed a space so the command isn't hidden from history when copy/pasted. --- scripts/core/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1