summaryrefslogtreecommitdiffstats
path: root/bin/common-functions.sh
diff options
context:
space:
mode:
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 $?