summaryrefslogtreecommitdiffstats
path: root/bin/common-functions.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-08-07 13:44:01 +0200
committerHolger Levsen <holger@layer-acht.org>2015-08-07 13:44:01 +0200
commitfaeb8f47d0f7d88264718b40fb4375bf96bf33aa (patch)
treeec778f2dbdd2dd915dddeaeae49b290de84cb654 /bin/common-functions.sh
parentc2e9ce29a381cec92ef5c020c92a8564d3122f46 (diff)
downloadjenkins.debian.net-faeb8f47d0f7d88264718b40fb4375bf96bf33aa.tar.xz
fix tipo
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 1046324c..1784c962 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\" (md5sum $(md5sum $0|cat -d ' ' -f1)) as \"$TTT\"."
+ echo "$(date) - start running \"$0\" (md5sum $(md5sum $0|cut -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.)