summaryrefslogtreecommitdiffstats
path: root/bin/common-functions.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-04 10:38:28 +0200
committerHolger Levsen <holger@layer-acht.org>2014-10-04 10:38:28 +0200
commitf8ed7a96d7e0015e7db0a78a6a8e62d4b49e1386 (patch)
tree993b981f7d8a5ee4ec5428660fc5499d5eeadd34 /bin/common-functions.sh
parentb1b61cb45f39e89639de22db2fea9de230740aad (diff)
downloadjenkins.debian.net-f8ed7a96d7e0015e7db0a78a6a8e62d4b49e1386.tar.xz
explain setsid is not related to in which its used and add pointer to 24deda5a8
Diffstat (limited to 'bin/common-functions.sh')
-rwxr-xr-xbin/common-functions.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/common-functions.sh b/bin/common-functions.sh
index fd524d44..45c16f0c 100755
--- a/bin/common-functions.sh
+++ b/bin/common-functions.sh
@@ -23,6 +23,7 @@ if [ "${0:0:5}" != "/tmp/" ] ; then
# (Running shell scripts fail weirdly when overwritten when running,
# this hack makes it possible to overwrite long running scripts
# anytime...)
+ # (setsid is not related to this hack. see commit log for 24deda5a8 it.)
echo "$(date) - start running \"$0\" as \"$TTT\" using \"$@\" as arguments."
/srv/jenkins/bin/setsid.py $TTT "$@"
exit $?