summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_schedule_on_demand.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_schedule_on_demand.sh')
-rwxr-xr-xbin/reproducible_schedule_on_demand.sh4
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" \