From fa958409e01c4b05dd8e5d74b05cb992a3acf327 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Tue, 21 Feb 2012 22:32:07 -0500 Subject: [PATCH] nice when something is actually right, which this was not. --- scripts/core/functions.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/core/functions.sh b/scripts/core/functions.sh index da516467..2c014299 100644 --- a/scripts/core/functions.sh +++ b/scripts/core/functions.sh @@ -9,6 +9,7 @@ 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 fi -- 2.34.1