From 10ca283a37541646588b76a90212bc27f23d80da Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 27 Apr 2014 14:55:32 +0200 Subject: common-functions: don't exit with 0 --- bin/common-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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 -- cgit v1.2.3-70-g09d2