From 9f021b658c764292b9ebf93fa712d89d927045e4 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 7 Nov 2016 14:11:20 +0100 Subject: reproducible Debian: fix syntax --- 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 8358319b..d521fd98 100755 --- a/bin/reproducible_schedule_on_demand.sh +++ b/bin/reproducible_schedule_on_demand.sh @@ -13,7 +13,7 @@ else exit 1 fi -if [ "$@" = "" ] ; then +if [ -z "$@" ] ; then PARAMS = "--help" else PARAMS = "$@" -- cgit v1.2.3-54-g00ecf