makes dfhack -g work correctly
First, simplifies the quoting of the environment variables. Then sets startup-with-shell to off so that gdb does not start bash first; if it starts bash ld will see the LD_PRELOAD and try to load libdfhack.so into the bash process, which is not what we want. We could instead use an exec-wrapper, but that would be a slightly larger change and we don't need any of the convenience features that using a shell gives us (argument expansion and redirects, basically).develop
parent
8cb5e7fa88
commit
9e935f67f8
Loading…
Reference in New Issue