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:
fa95840
)
trying to get this re-init issue right.
author
Chris Koeritz
<fred@gruntose.com>
Wed, 22 Feb 2012 03:39:51 +0000
(22:39 -0500)
committer
Chris Koeritz
<fred@gruntose.com>
Wed, 22 Feb 2012 03:39:51 +0000
(22:39 -0500)
scripts/core/functions.sh
patch
|
blob
|
history
diff --git
a/scripts/core/functions.sh
b/scripts/core/functions.sh
index 2c014299c8a43ab0924fefa0b1b6167af2af99fc..9a9b18c6da59102c7a4eaa458bb22416238de219 100644
(file)
--- a/
scripts/core/functions.sh
+++ b/
scripts/core/functions.sh
@@
-4,7
+4,7
@@
# test whether we've been here before or not.
skip_all=
-
date_stringer
&>/dev/null
+
function_sentinel
&>/dev/null
if [ $? -eq 0 ]; then
# there was no error, so we can skip the inits.
if [ ! -z "$SHELL_DEBUG" ]; then
@@
-205,6
+205,8
@@
if [ -z "$skip_all" ]; then
nechung
fi
}
+
+ function function_sentinel() { return 0; }
if [ ! -z "$SHELL_DEBUG" ]; then echo function definitions end....; fi