Commit b76ce89d authored by Andreas Stührk's avatar Andreas Stührk
Browse files

buildDotnetModule: add support for args with spaces in makeWrapperArgs

parent 8df3f2b7
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
# 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.