summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-04-27 00:43:11 +0200
committerHolger Levsen <holger@layer-acht.org>2017-04-27 00:43:11 +0200
commit774b93ef87a61b0f868943286d659c8a6a45f6a0 (patch)
treeba6479451daf657d309a94f131bb3d240a052a26 /bin/reproducible_common.sh
parent152dba315a1f7f315a84333943d47f987db58a7f (diff)
downloadjenkins.debian.net-774b93ef87a61b0f868943286d659c8a6a45f6a0.tar.xz
reproducible Debian: shorten IRC messages somewhat
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-xbin/reproducible_common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index d6ab6978..4ed64147 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -597,7 +597,7 @@ call_diffoscope() {
if (( $RESULT > 128 )) && (( $RESULT <= 128+31 )); then
RESULT="$RESULT (SIG$(kill -l $(($RESULT - 128))))"
fi
- msg="$(date -u) - Something weird happened when running $DIFFOSCOPE on $1/$2 (which exited with $RESULT) and I don't know how to handle it."
+ msg="$(date -u) - Something weird happened, $DIFFOSCOPE on $1/$2 exited with $RESULT and I don't know how to handle it."
;;
esac
if [ ! -z "$msg" ] ; then