X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Ffunctions.sh;h=55a45aecb1dad37e8fac1907a1fa1dc5351a1915;hb=798d51d4a8fedfdaf55305f64c97ce0aa31c5ad3;hp=8c308e2e1201299c800642267445abc549f08073;hpb=0cc5b6fcc6006574092e42b5a2c3abaab626ee1c;p=feisty_meow.git diff --git a/scripts/core/functions.sh b/scripts/core/functions.sh index 8c308e2e..55a45aec 100644 --- a/scripts/core/functions.sh +++ b/scripts/core/functions.sh @@ -14,6 +14,7 @@ if [ $? -eq 0 ]; then fi if [ -z "$skip_all" ]; then + if [ ! -z "$SHELL_DEBUG" ]; then echo function definitions begin... fi @@ -62,7 +63,7 @@ if [ -z "$skip_all" ]; then fi } - # checks the result of the last command that was run, and if it failed, + # checks the result of the last command that was run, and if that failed, # then this complains and exits from bash. the function parameters are # used as the message to print as a complaint. function check_result()