projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
984435b
)
oops, wrong side of if.
author
Chris Koeritz
<fred@gruntose.com>
Wed, 22 Feb 2012 03:45:31 +0000
(22:45 -0500)
committer
Chris Koeritz
<fred@gruntose.com>
Wed, 22 Feb 2012 03:45:31 +0000
(22:45 -0500)
scripts/core/functions.sh
patch
|
blob
|
history
diff --git
a/scripts/core/functions.sh
b/scripts/core/functions.sh
index 9a9b18c6da59102c7a4eaa458bb22416238de219..e1efcc1845234e71f9c4784b4c2f38560d515970 100644
(file)
--- 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