diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-04 10:38:28 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-04 10:38:28 +0200 |
commit | f8ed7a96d7e0015e7db0a78a6a8e62d4b49e1386 (patch) | |
tree | 993b981f7d8a5ee4ec5428660fc5499d5eeadd34 | |
parent | b1b61cb45f39e89639de22db2fea9de230740aad (diff) | |
download | jenkins.debian.net-f8ed7a96d7e0015e7db0a78a6a8e62d4b49e1386.tar.xz |
explain setsid is not related to in which its used and add pointer to 24deda5a8
-rwxr-xr-x | bin/common-functions.sh | 1 |
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 $? |