got language fixed in inits.
[feisty_meow.git] / scripts / core / functions.sh
index d25e71d7b03ad9e7362b4f01aa7bed32e891995f..da516467b57e947408c6108e5040ed6cd4cba5a3 100644 (file)
@@ -7,15 +7,12 @@ skip_all=
 date_stringer &>/dev/null
 if [ $? -eq 0 ]; then
   # there was no error, so we can skip the inits.
-#  if [ ! -z "$SHELL_DEBUG" ]; then
+  if [ ! -z "$SHELL_DEBUG" ]; then
     echo skipping functions.sh because already defined.
-#  fi
+  fi
 fi
 
-echo proceeding to run functions.sh 
-
 if [ -z "$skip_all" ]; then
-
   if [ ! -z "$SHELL_DEBUG" ]; then
     echo function definitions begin...
   fi