mirror of https://github.com/pwndbg/pwndbg.git
Remove quotes from command option interpolation (#876)
There was a quoting bug as `INSTALLFLAGS` contains both the option key and value. This causes the subsequent commands to look something like `python ... '--target foo'...`, causing the command to treat the entire string `--target foo` as an option key rather than a key-value pair.pull/877/head
parent
bf49bf8356
commit
26a18f1d70
Loading…
Reference in new issue