diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-22 23:05:44 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-22 23:05:44 +0200 |
commit | 6f68897c92a9d08ea69ad8903193df83e7476955 (patch) | |
tree | b3164410f2d7518a92c5fcdce4acdf19973315bc | |
parent | 32a4d96abb1edabb2dad190b207748cd0e961ee1 (diff) | |
download | jenkins.debian.net-6f68897c92a9d08ea69ad8903193df83e7476955.tar.xz |
improve language
-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." |