summaryrefslogtreecommitdiff
path: root/src/fifa.sh
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-11-11 21:51:56 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-11-11 21:51:56 +0100
commitf0b4ce56e20e6492772ebebb5459b5f06445b9fb (patch)
tree0aa1fd8d70e483455c1122bba2f9d97b564f19c6 /src/fifa.sh
parent392e855ceae3fc17584761c79a8d0e5616ed088f (diff)
adding debug info for exit code of workers and the dep on it.. because my last commits were buggy :)
Diffstat (limited to 'src/fifa.sh')
-rwxr-xr-xsrc/fifa.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fifa.sh b/src/fifa.sh
index 1664b3c..0a9c445 100755
--- a/src/fifa.sh
+++ b/src/fifa.sh
@@ -151,6 +151,7 @@ execute ()
ret=${!exit_var}
fi
+ debug "$1 $2 exit state was $ret"
cd $PWD_BACKUP
return $ret
}