Skip to content
Commit 61cad61e authored by Thomas Tuegel's avatar Thomas Tuegel Committed by Vladimír Čunát
Browse files

makeWrapper: accept `--argv0` flag (/cc #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.
parent 1464a4de
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment