summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/fifa.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fifa.sh b/src/fifa.sh
index 38b681f..69d8b34 100755
--- a/src/fifa.sh
+++ b/src/fifa.sh
@@ -147,10 +147,13 @@ execute ()
then
PWD_BACKUP=`pwd`
$1_$2
+ ret=$?
cd $PWD_BACKUP
else
die_error "$1 $2 is not defined!"
fi
+
+ return $?
}