From 3fa852a3e556ad0d6454b6b5fbb9ee4f183b9720 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Tue, 28 Apr 2015 01:17:45 +0200 Subject: reproducible: scheduler_on_demand: fix check --- bin/reproducible_schedule_on_demand.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_schedule_on_demand.sh') diff --git a/bin/reproducible_schedule_on_demand.sh b/bin/reproducible_schedule_on_demand.sh index 27c32dc8..4e902cae 100755 --- a/bin/reproducible_schedule_on_demand.sh +++ b/bin/reproducible_schedule_on_demand.sh @@ -53,7 +53,7 @@ fi MESSAGE="$TOTAL $PACKAGES_TXT $ACTION in $SUITE: ${PACKAGES_NAMES:0:256}$BLABLABLA" if [ $ARTIFACTS -eq 1 ] ; then MESSAGE="$MESSAGE - artifacts will be preserved." -elif $NOTIFY ; then +elif [ "$NOTIFY" = "true" ] ; then MESSAGE="$MESSAGE - notification once finished." fi -- cgit v1.2.3-54-g00ecf