diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/common-functions.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/common-functions.sh b/bin/common-functions.sh index ca822b26..043ef5e7 100755 --- a/bin/common-functions.sh +++ b/bin/common-functions.sh @@ -34,7 +34,7 @@ if [ "${0:0:5}" != "/tmp/" ] ; then echo echo "$(date) - running $0 ($JOB_NAME) on $(hostname) now." echo - echo "To understand what this job does, clone git.debian.org/git/qa/jenkins.debian.net.git" + echo "To learn to understand this, clone git.debian.org/git/qa/jenkins.debian.net.git" echo "and then have a look at bin/$(basename $0)" echo echo "This invocation of the script has been called using \"$@\" as arguments." |