From: Chris Koeritz Date: Wed, 22 Feb 2012 03:45:31 +0000 (-0500) Subject: oops, wrong side of if. X-Git-Tag: 2.140.90~1571 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=2a1d012416ed4c6ca1ccfdbdab5f50b163c59f91;p=feisty_meow.git oops, wrong side of if. --- diff --git a/scripts/core/functions.sh b/scripts/core/functions.sh index 9a9b18c6..e1efcc18 100644 --- a/scripts/core/functions.sh +++ b/scripts/core/functions.sh @@ -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