trying to get this re-init issue right.
authorChris Koeritz <fred@gruntose.com>
Wed, 22 Feb 2012 03:39:51 +0000 (22:39 -0500)
committerChris Koeritz <fred@gruntose.com>
Wed, 22 Feb 2012 03:39:51 +0000 (22:39 -0500)
scripts/core/functions.sh

index 2c014299c8a43ab0924fefa0b1b6167af2af99fc..9a9b18c6da59102c7a4eaa458bb22416238de219 100644 (file)
@@ -4,7 +4,7 @@
 
 # test whether we've been here before or not.
 skip_all=
-date_stringer &>/dev/null
+function_sentinel &>/dev/null
 if [ $? -eq 0 ]; then
   # there was no error, so we can skip the inits.
   if [ ! -z "$SHELL_DEBUG" ]; then
@@ -205,6 +205,8 @@ if [ -z "$skip_all" ]; then
       nechung
     fi
   }
+
+  function function_sentinel() { return 0; }
   
   if [ ! -z "$SHELL_DEBUG" ]; then echo function definitions end....; fi