summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-04-27 17:30:02 +0200
committerHolger Levsen <holger@layer-acht.org>2014-04-27 17:30:02 +0200
commit4368685023035ceb73ea6dc29d93dafd9e47d49d (patch)
treee4ce8fc48573386381007472a669ed9d8b818227
parent513215cc037beb3d7c1183a9d281ac5b7074a0c4 (diff)
downloadjenkins.debian.net-4368685023035ceb73ea6dc29d93dafd9e47d49d.tar.xz
be more verbose
-rwxr-xr-xbin/common-functions.sh4
1 files changed, 2 insertions, 2 deletions
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
}