From e48de30516d5a0400b27a0d6bfeb1b9181e8ebf5 Mon Sep 17 00:00:00 2001 From: "arg@10ksloc.org" Date: Mon, 7 Aug 2006 13:40:31 +0200 Subject: applied grabbing-- and shell_minimal --- util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util.c') diff --git a/util.c b/util.c index 990ad28..4cc748f 100644 --- a/util.c +++ b/util.c @@ -56,7 +56,7 @@ spawn(Arg *arg) 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); -- cgit v1.2.3-54-g00ecf