Skip to content

Commit

Permalink
buildDotnetPackage: don't depend on invalid quoting in makeWrapper
Browse files Browse the repository at this point in the history
Fixes #24387.
  • Loading branch information
abbradar committed Mar 27, 2017
1 parent d1228f9 commit 50adc53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/build-support/build-dotnet-package/default.nix
Expand Up @@ -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
Expand Down

0 comments on commit 50adc53

Please sign in to comment.