diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-05-22 10:56:05 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-05-22 10:56:05 +0200 |
commit | a87062beb2447dce4c41ba8c34b95c2824bcedd5 (patch) | |
tree | 5525cea283308a677e22f5de2e4fed63b3cc07b7 | |
parent | 3b848033295933b5af52b4cd88d09328d7a3cdfd (diff) | |
download | jenkins.debian.net-a87062beb2447dce4c41ba8c34b95c2824bcedd5.tar.xz |
drop redundancy and fix grammar
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rwxr-xr-x | bin/common-functions.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/common-functions.sh b/bin/common-functions.sh index 0ef82a8d..5276145b 100755 --- a/bin/common-functions.sh +++ b/bin/common-functions.sh @@ -83,9 +83,9 @@ if [ "${0:0:5}" != "/tmp/" ] ; then echo "This invocation of this script, which is located in bin/$(basename $0)," echo "has been called using \"$@\" as arguments." echo - echo "Please send technical feedback about jenkins to qa-jenkins-dev@lists.alioth.debian.org," + echo "Please send feedback about jenkins to qa-jenkins-dev@lists.alioth.debian.org," echo "or as a bug against the 'jenkins.debian.org' pseudo-package," - echo "feedback about specific jobs result should go to their respective lists and/or the BTS." + echo "feedback about specific job results should go to their respective lists and/or the BTS." echo echo "====================================================================================" echo "$(date -u) - start running \"$0\" (md5sum $(md5sum $0|cut -d ' ' -f1)) as \"$TTT\" on $(hostname)." |