From 984435bb214ffd450699a25e5746e8282e398f97 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Tue, 21 Feb 2012 22:39:51 -0500 Subject: [PATCH] trying to get this re-init issue right. --- scripts/core/functions.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/core/functions.sh b/scripts/core/functions.sh index 2c014299..9a9b18c6 100644 --- 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 -- 2.34.1