From f8ed7a96d7e0015e7db0a78a6a8e62d4b49e1386 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 4 Oct 2014 10:38:28 +0200 Subject: explain setsid is not related to in which its used and add pointer to 24deda5a8 --- bin/common-functions.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'bin') 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 $? -- cgit v1.2.3-70-g09d2