From 4368685023035ceb73ea6dc29d93dafd9e47d49d Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 27 Apr 2014 17:30:02 +0200 Subject: be more verbose --- bin/common-functions.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/common-functions.sh b/bin/common-functions.sh index 80a869ab..7da3f7fb 100755 --- a/bin/common-functions.sh +++ b/bin/common-functions.sh @@ -25,7 +25,8 @@ if [ "${0:0:5}" != "/tmp/" ] ; then # anytime...) echo "Start running \"$0\" as \"$TTT\" with arguments \"$@\"" $TTT "$@" - # auto cleanup on trap + exit $? + # cleanup is done automatically via trap else # default settings used for the jenkins.debian.net environment if [ -z "$LC_ALL" ]; then @@ -55,7 +56,6 @@ else export set -e set -x - fi } -- cgit v1.2.3-70-g09d2