summaryrefslogtreecommitdiff
path: root/src/fifa.sh
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-11-12 21:11:47 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-11-12 21:11:47 +0100
commitf9cea67641ebf4ee70d6c88997f1ed2b2c19cade (patch)
treea4a6335627e728e6555483d290a8414b409286db /src/fifa.sh
parent0618d7ac117faa0c133bf2eb922580707fef7c23 (diff)
partitioning is now in separate function + some todo updates
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
}