diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-05-17 17:51:57 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-05-17 17:51:57 +0200 |
commit | ab3d7ed1c3fe3b33f6ff9a45a943c81c2c69cafd (patch) | |
tree | 122e793ab92ea874fc9a9f7910d2649c38f7fbca /bin | |
parent | cdbb4ce1b9fbaa9e5058fffbd0ba23a7ecf27704 (diff) | |
download | jenkins.debian.net-ab3d7ed1c3fe3b33f6ff9a45a943c81c2c69cafd.tar.xz |
reproducible: fixup condition
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_schedule_on_demand.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_schedule_on_demand.sh b/bin/reproducible_schedule_on_demand.sh index 6ae4af19..6e2aca81 100755 --- a/bin/reproducible_schedule_on_demand.sh +++ b/bin/reproducible_schedule_on_demand.sh @@ -42,7 +42,7 @@ case "$1" in esac CANDIDATES="$@" -if [ ${#} -gt 50 ] && $NOTIFY ; then +if [ ${#} -gt 50 ] && [ "$NOTIFY" = "true" ] ; then echo figlet "No." echo "Do not schedule more than 50 packages with notification. If you really really need to spam the IRC channel this much, use a loop to achieve that. Exiting." |