forked from mirrors/nixpkgs
Remove line at the bottom of make-binary-wrapper that executes makeBinaryWrapper "$@"
This commit is contained in:
parent
8d2964a8e6
commit
1d64281401
2
pkgs/build-support/setup-hooks/make-binary-wrapper.sh
Executable file → Normal file
2
pkgs/build-support/setup-hooks/make-binary-wrapper.sh
Executable file → Normal file
|
@ -104,5 +104,3 @@ escapeStringLiteral() {
|
|||
result=${result//$'\r'/"\r"}
|
||||
printf "%s" "$result"
|
||||
}
|
||||
|
||||
makeBinaryWrapper "$@"
|
||||
|
|
Loading…
Reference in a new issue