From eabc496a7c9d49d385d9f7ca492852753b355c0c Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 7 Nov 2016 14:12:48 +0100 Subject: reproducible Debian: narf (fix yet another syntax) --- bin/reproducible_schedule_on_demand.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 d521fd98..aba56576 100755 --- a/bin/reproducible_schedule_on_demand.sh +++ b/bin/reproducible_schedule_on_demand.sh @@ -14,9 +14,9 @@ else fi if [ -z "$@" ] ; then - PARAMS = "--help" + PARAMS="--help" else - PARAMS = "$@" + PARAMS="$@" fi LC_USER="$REQUESTER" \ -- cgit v1.2.3-54-g00ecf