summaryrefslogtreecommitdiffstats
path: root/bin/common-functions.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-08-07 11:09:32 +0200
committerHolger Levsen <holger@layer-acht.org>2015-08-07 11:09:32 +0200
commit68315c9f549d5d8399ff1d682a0f4b7d073c519e (patch)
treefa854754cd875d1a68320d9b52f718508f0ff443 /bin/common-functions.sh
parent3364bd3fae718849a9cac881fd8d66db47794aae (diff)
downloadjenkins.debian.net-68315c9f549d5d8399ff1d682a0f4b7d073c519e.tar.xz
show md5sum of the script running
Diffstat (limited to 'bin/common-functions.sh')
-rwxr-xr-xbin/common-functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/common-functions.sh b/bin/common-functions.sh
index c8ffa620..1046324c 100755
--- a/bin/common-functions.sh
+++ b/bin/common-functions.sh
@@ -40,7 +40,7 @@ if [ "${0:0:5}" != "/tmp/" ] ; then
echo "This invocation of the script has been called using \"$@\" as arguments."
echo
echo "===================================================================================="
- echo "$(date) - start running \"$0\" as \"$TTT\"."
+ echo "$(date) - start running \"$0\" (md5sum $(md5sum $0|cat -d ' ' -f1)) as \"$TTT\"."
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.)