From ab3d7ed1c3fe3b33f6ff9a45a943c81c2c69cafd Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 17 May 2015 17:51:57 +0200 Subject: reproducible: fixup condition --- bin/reproducible_schedule_on_demand.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." -- cgit v1.2.3-70-g09d2