aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2014-09-15 12:10:29 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2014-09-15 12:11:08 -0500
commit0977d10d2a3435230fc3dad0659b613d96a362e7 (patch)
tree8bef6d73764070035758ae1e7f87e06b8c9059b9
parent3c06c3efafaf6834e157f3ffa17eb1f0b42f5a39 (diff)
downloadmediagoblin-0977d10d2a3435230fc3dad0659b613d96a362e7.tar.lz
mediagoblin-0977d10d2a3435230fc3dad0659b613d96a362e7.tar.xz
mediagoblin-0977d10d2a3435230fc3dad0659b613d96a362e7.zip
No reason to wrap the rest of the options in a quote
This commit sponsored by Thane Williams. Thank you!
-rwxr-xr-xlazystarter.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lazystarter.sh b/lazystarter.sh
index 2842d5d5..102830ad 100755
--- a/lazystarter.sh
+++ b/lazystarter.sh
@@ -70,7 +70,7 @@ set -x
export CELERY_ALWAYS_EAGER=true
case "$selfname" in
lazyserver.sh)
- $starter --paste "$ini_file" "$@"
+ $starter --paste "$ini_file" $@
;;
lazycelery.sh)
MEDIAGOBLIN_CONFIG="${ini_file}" \