summaryrefslogtreecommitdiffstats
path: root/bin/common-functions.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-03-17 12:48:05 -0400
committerHolger Levsen <holger@layer-acht.org>2016-03-17 12:48:20 -0400
commit43f606f23d621b6d3e222dc7c5183b611ab10174 (patch)
tree1a7de36da3b577f31689c0ff8174788caac45750 /bin/common-functions.sh
parentad5245cec46c86dd51ed6522916c1eb2ebdef35a (diff)
downloadjenkins.debian.net-43f606f23d621b6d3e222dc7c5183b611ab10174.tar.xz
revert 24deda5a and related commits
Diffstat (limited to 'bin/common-functions.sh')
-rwxr-xr-xbin/common-functions.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/common-functions.sh b/bin/common-functions.sh
index b74f7ecf..3ce8bcb5 100755
--- a/bin/common-functions.sh
+++ b/bin/common-functions.sh
@@ -43,8 +43,7 @@ if [ "${0:0:5}" != "/tmp/" ] ; then
echo "$(date -u) - start running \"$0\" (md5sum $(md5sum $0|cut -d ' ' -f1)) as \"$TTT\" on $(hostname)."
echo
# this is the "hack": call ourself as a copy in /tmp again
- # (setsid is not related to this hack. see commit log for 24deda5a8 it.)
- /srv/jenkins/bin/setsid.py $TTT "$@"
+ $TTT "$@"
exit $?
# cleanup is done automatically via trap
else