From e71fc5b26ffe6ac539af9c571fa207d3323e280b Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Thu, 13 Nov 2008 18:55:04 +0100 Subject: fix for whos exit code is this? --- src/fifa.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fifa.sh') diff --git a/src/fifa.sh b/src/fifa.sh index 2e60d6f..d5de3fd 100755 --- a/src/fifa.sh +++ b/src/fifa.sh @@ -161,7 +161,7 @@ execute () ret=${!exit_var} fi - debug "$1 $2 exit state was $ret" #TODO: why are $1 and $2 empty here? Something to do with the recursion maybe? Also, exit codes for phases are not shown :/ + debug "Execute(): $object exit state was $ret" cd $PWD_BACKUP return $ret } -- cgit v1.2.3-54-g00ecf