util.c
changeset 217 7b63c375d28c
parent 189 523df4a3c1c4
child 270 dacd3f3c5823
--- 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);