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 3c1de6c..ba10a73 100755
--- a/src/fifa.sh
+++ b/src/fifa.sh
@@ -170,7 +170,7 @@ ended_ok ()
[ "$1" != phase -a "$1" != worker ] && die_error "ended_ok's first argument must be a valid type (phase/worker)"
object=$1_$2
exit_var=exit_$object
- debug "Exit state of $objecct was: ${!exit_var} (if empty. it's not executed yet)"
+ debug "Exit state of $object was: ${!exit_var} (if empty. it's not executed yet)"
[ "${!exit_var}" = '0' ] && return 0
[ "${!exit_var}" = '' ] && return 1
return ${!exit_var}