oops, wrong side of if.
authorChris Koeritz <fred@gruntose.com>
Wed, 22 Feb 2012 03:45:31 +0000 (22:45 -0500)
committerChris Koeritz <fred@gruntose.com>
Wed, 22 Feb 2012 03:45:31 +0000 (22:45 -0500)
scripts/core/functions.sh

index 9a9b18c6da59102c7a4eaa458bb22416238de219..e1efcc1845234e71f9c4784b4c2f38560d515970 100644 (file)
@@ -9,8 +9,8 @@ if [ $? -eq 0 ]; then
   # there was no error, so we can skip the inits.
   if [ ! -z "$SHELL_DEBUG" ]; then
     echo skipping functions.sh because already defined.
-    skip_all=yes
   fi
+  skip_all=yes
 fi
 
 if [ -z "$skip_all" ]; then