diff options
-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." |