Merge pull request #218991 from Trundle/builddotnetmodule-space-wrapper-args
This commit is contained in:
commit
06c40b7498
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
# Inherit arguments from the derivation
|
||||
makeWrapperArgs=( ${makeWrapperArgs-} )
|
||||
declare -a derivationMakeWrapperArgs="( ${makeWrapperArgs-} )"
|
||||
makeWrapperArgs=( "${derivationMakeWrapperArgs[@]}" )
|
||||
|
||||
# First argument is the executable you want to wrap,
|
||||
# the second is the destination for the wrapper.
|
||||
|
|
Loading…
Reference in a new issue