all repos — dwm @ a50b15a9e9663b1a7ee11d39ddf246427aecaeef

my dwm build

added a comment to spawn
Anselm R. Garbe arg@10kloc.org
Mon, 28 Aug 2006 08:17:27 +0200
commit

a50b15a9e9663b1a7ee11d39ddf246427aecaeef

parent

0a25fe91888f30a382ca0cfb492283ce9aa3296c

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

jump to
M util.cutil.c

@@ -51,6 +51,7 @@ shell = "/bin/sh";

if(!arg->cmd) return; + /* the double-fork construct avoids zombie processes */ if(fork() == 0) { if(fork() == 0) { if(dpy)