Skip to content

Commit

Permalink
fix exit code assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
soliton- committed Mar 6, 2019
1 parent 52b2da8 commit 403f609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/travis/docker_run.sh
Expand Up @@ -106,8 +106,8 @@ else
if "$@"; then
: # success
else
error "$message failed! ($*)"
EXIT_VAL=$?
error "$message failed! ($*)"
fi
}

Expand Down

0 comments on commit 403f609

Please sign in to comment.