forked from mirrors/nixpkgs
buildDotnetPackage: don't depend on invalid quoting in makeWrapper
Fixes #24387.
This commit is contained in:
parent
d1228f95e9
commit
50adc53207
|
@ -102,8 +102,9 @@ attrsOrig @
|
|||
mkdir -p "$out"/bin
|
||||
commandName="$(basename -s .exe "$(echo "$exe" | tr "[A-Z]" "[a-z]")")"
|
||||
makeWrapper \
|
||||
"${mono}/bin/mono \"$exe\"" \
|
||||
"${mono}/bin/mono" \
|
||||
"$out"/bin/"$commandName" \
|
||||
--add-flags "\"$exe\"" \
|
||||
''${makeWrapperArgs}
|
||||
done
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue