summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-11-13 18:55:04 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-11-13 18:55:04 +0100
commite71fc5b26ffe6ac539af9c571fa207d3323e280b (patch)
treef2a38f188010ce2c07ca718e30044f0cdedfc9f1
parenta9b303a865b44e21efdb9f45e7fd892fb289ca48 (diff)
fix for whos exit code is this?
-rwxr-xr-xsrc/fifa.sh2
1 files changed, 1 insertions, 1 deletions
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
}