From f376eaee6820cbf2293c4f7c574e1e0450e5df43 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 7 Nov 2016 14:15:01 +0100 Subject: reproducible Debian: bash is wonderful --- 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 aba56576..77a7b321 100755 --- a/bin/reproducible_schedule_on_demand.sh +++ b/bin/reproducible_schedule_on_demand.sh @@ -13,7 +13,7 @@ else exit 1 fi -if [ -z "$@" ] ; then +if [ -z "$1" ] ; then PARAMS="--help" else PARAMS="$@" -- cgit v1.2.3-54-g00ecf