diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_schedule_on_demand.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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" \ |