McArcady / lnp-forge

A Dwarf Fortress starter pack builder for Linux & MacOS
Other
239 stars 19 forks source link

Add support for new getcap output format #85

Closed grossws closed 2 years ago

grossws commented 2 years ago

Use sed -r in startlnp.sh scripts to convert new getcap output format to old one.

Newer getcap bin/dwarftherapist returns bin/dwarftherapist cap_sys_ptrace=eip while old one returns bin/dwarftherapist = cap_sys_ptrace+eip.

Fixes #84

McArcady commented 2 years ago

Thanks for the fix! Well done

grossws commented 2 years ago

👍🏻 no problem. It was annoying and locked sudo up after enough ctrl+C hits 😁