Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
makeWrapper: accept
--argv0
flag (/cc NixOS#9562)
By default `makeWrapper` will not set argv[0] (this is a reversion to the old default behavior). Based on the breakage we have seen from changing the default, this is what most people want. The `wrapProgram` function will send `--argv0 '"$0"'` to `makeWrapper`, i.e. it will continue to pass-through the argv[0] that the wrapper is called with.
- Loading branch information