summaryrefslogtreecommitdiff
path: root/src/fifa.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/fifa.sh')
-rwxr-xr-xsrc/fifa.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fifa.sh b/src/fifa.sh
index ba10a73..0dc3900 100755
--- a/src/fifa.sh
+++ b/src/fifa.sh
@@ -154,7 +154,7 @@ execute ()
ret=${!exit_var}
fi
- debug "$1 $2 exit state was $ret"
+ 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 :/
cd $PWD_BACKUP
return $ret
}