Merge pull request #115479 from thefloweringash/cc-wrapper-quote
cc-wrapper: remove quoting of response file
This commit is contained in:
commit
c5eea46e60
1 changed files with 2 additions and 2 deletions
|
@ -200,10 +200,10 @@ PATH="$path_backup"
|
|||
# Old bash workaround, see above.
|
||||
|
||||
if (( "${NIX_CC_USE_RESPONSE_FILE:-@use_response_file_by_default@}" >= 1 )); then
|
||||
exec @prog@ "@<(printf "%q\n" \
|
||||
exec @prog@ @<(printf "%q\n" \
|
||||
${extraBefore+"${extraBefore[@]}"} \
|
||||
${params+"${params[@]}"} \
|
||||
${extraAfter+"${extraAfter[@]}"})"
|
||||
${extraAfter+"${extraAfter[@]}"})
|
||||
else
|
||||
exec @prog@ \
|
||||
${extraBefore+"${extraBefore[@]}"} \
|
||||
|
|
Loading…
Reference in a new issue