From 1a739a6bd4a07367c75ed8a85f70142fd64732a4 Mon Sep 17 00:00:00 2001 From: Fred Hamster Date: Tue, 22 Apr 2025 09:21:06 -0400 Subject: [PATCH] cleaned up debug wording a bit --- scripts/core/functions.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/core/functions.sh b/scripts/core/functions.sh index abe4acc8..4820ffdd 100644 --- a/scripts/core/functions.sh +++ b/scripts/core/functions.sh @@ -22,7 +22,7 @@ fi if [ -z "$skip_all" ]; then if [ ! -z "$DEBUG_FEISTY_MEOW" ]; then - echo "feisty meow function definitions beginning now..." + echo "establishing feisty meow function definitions..." fi # a handy little method that can be used for date strings. it was getting @@ -1225,7 +1225,7 @@ return 0 return 0; } - if [ ! -z "$DEBUG_FEISTY_MEOW" ]; then echo "feisty meow function definitions done."; fi + if [ ! -z "$DEBUG_FEISTY_MEOW" ]; then echo "feisty meow functions are now defined."; fi ############## -- 2.34.1