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 wrap: on
line diff
--- a/util.c	Mon Aug 07 12:26:28 2006 +0200
+++ b/util.c	Mon Aug 07 13:40:31 2006 +0200
@@ -56,7 +56,7 @@
 				close(ConnectionNumber(dpy));
 			setsid();
 			execl(shell, shell, "-c", arg->cmd, NULL);
-			fprintf(stderr, "dwm: execl '%s'", arg->cmd);
+			fprintf(stderr, "dwm: execl '%s -c %s'", shell, arg->cmd);
 			perror(" failed");
 		}
 		exit(0);