Lazy-Newb-Pack / Lazy-Newb-Pack-Linux

A Lazy Newb Pack for Linux
http://lazynewbpack.com/
150 stars 12 forks source link

getcap for DwarfTherapist, leading space and startlnp #4

Closed tslilc closed 8 years ago

tslilc commented 9 years ago

On my box (I know, that's how every bug report starts...) running

/sbin/getcap LNP/utilities/dwarf_therapist/DwarfTherapist |cut -f2 -d"="

gives me cap_sys_ptrace+eip instead of the cap_sys_ptrace+eip expected (note the leading space), and consequently the script does not proceed as it should.

A possible fix for this is to pipe through cut -d\ -f 2- which won't do anything if there isn't a space, but give the correct field if there is.