aboutsummaryrefslogtreecommitdiff
path: root/util.c
diff options
context:
space:
mode:
authorarg@10ksloc.org <unknown>2006-08-07 13:40:31 +0200
committerarg@10ksloc.org <unknown>2006-08-07 13:40:31 +0200
commite48de30516d5a0400b27a0d6bfeb1b9181e8ebf5 (patch)
tree025cd1836fcebb754c5bf63eeaeff374991caa27 /util.c
parent1f0060caa36d969deab2643b829529ea943c4714 (diff)
applied grabbing-- and shell_minimal
Diffstat (limited to 'util.c')
-rw-r--r--util.c2
1 files changed, 1 insertions, 1 deletions
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);