tasty change to add a new category. this is definitely still a fred-realm script...
[feisty_meow.git] / scripts / core / functions.sh
index 9ae9e5d6417e83e2ee30fbaf293d81d43c5e29bf..6d2bbe29aba4f4f15193e4e53505db6a2a4d26f0 100644 (file)
@@ -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