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

This commit is contained in:
Tobias Bergkvist 2021-06-01 01:25:22 +02:00
parent 8d2964a8e6
commit 1d64281401

2
pkgs/build-support/setup-hooks/make-binary-wrapper.sh Executable file → Normal file
View File

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