No reason to wrap the rest of the options in a quote

This commit sponsored by Thane Williams.  Thank you!
This commit is contained in:
Christopher Allan Webber 2014-09-15 12:10:29 -05:00
parent 3c06c3efaf
commit 0977d10d2a

View File

@ -70,7 +70,7 @@ set -x
export CELERY_ALWAYS_EAGER=true export CELERY_ALWAYS_EAGER=true
case "$selfname" in case "$selfname" in
lazyserver.sh) lazyserver.sh)
$starter --paste "$ini_file" "$@" $starter --paste "$ini_file" $@
;; ;;
lazycelery.sh) lazycelery.sh)
MEDIAGOBLIN_CONFIG="${ini_file}" \ MEDIAGOBLIN_CONFIG="${ini_file}" \