flux v1.3.3
- Removed useless
cat
when reading/proc/<PID>/cmdline
replacing\0
withtr
. - Now event reading restarts after dying of
xprop
instead of exit. - Added single quotes to values in some variables just to improve code style.
cat
when reading /proc/<PID>/cmdline
replacing \0
with
via tr
.xprop
instead of exit.