diff options
-rwxr-xr-x | bin/common-functions.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/common-functions.sh b/bin/common-functions.sh index 327cdff7..80a869ab 100755 --- a/bin/common-functions.sh +++ b/bin/common-functions.sh @@ -25,7 +25,7 @@ if [ "${0:0:5}" != "/tmp/" ] ; then # anytime...) echo "Start running \"$0\" as \"$TTT\" with arguments \"$@\"" $TTT "$@" - exit 0 # auto cleanup on trap + # auto cleanup on trap else # default settings used for the jenkins.debian.net environment if [ -z "$LC_ALL" ]; then |