reviewed util.c

new_dwm
arg@mmvi 18 years ago
parent f17e898bd1
commit 4230932563

@ -47,7 +47,8 @@ spawn(Arg *arg) {
if(!arg->cmd) if(!arg->cmd)
return; 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(fork() == 0) { if(fork() == 0) {
if(dpy) if(dpy)

Loading…
Cancel
Save