all repos — dwm @ 423093256363aa3d8034bff5c2be38adb7e9cf25

my dwm build

reviewed util.c
arg@mmvi unknown
Wed, 20 Sep 2006 09:49:32 +0200
commit

423093256363aa3d8034bff5c2be38adb7e9cf25

parent

f17e898bd133f1bd8c530116b4b5bacb7ced5da9

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M util.cutil.c

@@ -47,7 +47,8 @@ shell = "/bin/sh";

if(!arg->cmd) return; - /* the double-fork construct avoids zombie processes */ + /* The double-fork construct avoids zombie processes and keeps the code + * clean from stupid signal handlers. */ if(fork() == 0) { if(fork() == 0) { if(dpy)