Skip to content

Commit

Permalink
lispPackages.clwrapper: fix array expansion to produce no arguments w…
Browse files Browse the repository at this point in the history
…hen empty
  • Loading branch information
7c6f434c committed Mar 31, 2017
1 parent 607a21b commit f10fc5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/lisp-modules/clwrapper/cl-wrapper.sh
Expand Up @@ -61,5 +61,5 @@ eval "$NIX_LISP_PRELAUNCH_HOOK"
[ -z "$NIX_LISP_SKIP_CODE" ] && "$NIX_LISP_COMMAND" $NIX_LISP_EARLY_OPTIONS \
$NIX_LISP_EXEC_CODE "${NIX_LISP_ASDF_LOAD:-"(load \"$NIX_LISP_ASDF/lib/common-lisp/asdf/build/asdf.lisp\")"}" \
$NIX_LISP_EXEC_CODE "$NIX_LISP_ASDF_REGISTRY_CODE" \
"${NIX_LISP_FINAL_PARAMETERS[@]}" \
${NIX_LISP_FINAL_PARAMETERS[*]:+"${NIX_LISP_FINAL_PARAMETERS[@]}"} \
"$@"

0 comments on commit f10fc5a

Please sign in to comment.