From 2a1d012416ed4c6ca1ccfdbdab5f50b163c59f91 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Tue, 21 Feb 2012 22:45:31 -0500 Subject: [PATCH] oops, wrong side of if. --- scripts/core/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1