Unverified Commit 06c40b74 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #218991 from Trundle/builddotnetmodule-space-wrapper-args

parents ce0f91c8 b76ce89d
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.