From c72b7521e60f5ca7d2873271767c7ff4fba09bf2 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Thu, 26 Mar 2015 11:06:30 -0400 Subject: [PATCH] added an echo during the regeneration process to let user know it happened. --- scripts/core/functions.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/core/functions.sh b/scripts/core/functions.sh index 61118b7e..9de80ef3 100644 --- a/scripts/core/functions.sh +++ b/scripts/core/functions.sh @@ -281,6 +281,7 @@ if [ -z "$skip_all" ]; then # recreates all the generated files that the feisty meow scripts use. function regenerate() { # do the bootstrapping process again. + echo "Regenerating Feisty Meow script environment." bash $FEISTY_MEOW_SCRIPTS/core/bootstrap_shells.sh echo # force a full reload by turning off sentinel variable and alias. -- 2.34.1