X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Ffunctions.sh;h=6d2bbe29aba4f4f15193e4e53505db6a2a4d26f0;hb=71303a6ccf382269d70249e7ab5a6bdc080bdca1;hp=9ae9e5d6417e83e2ee30fbaf293d81d43c5e29bf;hpb=29190d88923f6281801872a80811faf6c2d7943e;p=feisty_meow.git diff --git a/scripts/core/functions.sh b/scripts/core/functions.sh index 9ae9e5d6..6d2bbe29 100644 --- a/scripts/core/functions.sh +++ b/scripts/core/functions.sh @@ -357,6 +357,8 @@ if [ -z "$skip_all" ]; then sed -i -e "s%$pattern%$replacement%g" "$file" } + ############## + function function_sentinel() { return 0; } if [ ! -z "$SHELL_DEBUG" ]; then echo function definitions end....; fi