Remove line at the bottom of make-binary-wrapper that executes makeBinaryWrapper "$@"

main
Tobias Bergkvist 3 years ago
parent 8d2964a8e6
commit 1d64281401
  1. 2
      pkgs/build-support/setup-hooks/make-binary-wrapper.sh

@ -104,5 +104,3 @@ escapeStringLiteral() {
result=${result//$'\r'/"\r"}
printf "%s" "$result"
}
makeBinaryWrapper "$@"

Loading…
Cancel
Save