aewl

diff util.c @ 217:7b63c375d28c

applied grabbing-- and shell_minimal
author arg@10ksloc.org
date Mon, 07 Aug 2006 13:40:31 +0200
parents 523df4a3c1c4
children dacd3f3c5823
line diff
     1.1 --- a/util.c	Mon Aug 07 12:26:28 2006 +0200
     1.2 +++ b/util.c	Mon Aug 07 13:40:31 2006 +0200
     1.3 @@ -56,7 +56,7 @@
     1.4  				close(ConnectionNumber(dpy));
     1.5  			setsid();
     1.6  			execl(shell, shell, "-c", arg->cmd, NULL);
     1.7 -			fprintf(stderr, "dwm: execl '%s'", arg->cmd);
     1.8 +			fprintf(stderr, "dwm: execl '%s -c %s'", shell, arg->cmd);
     1.9  			perror(" failed");
    1.10  		}
    1.11  		exit(0);