diff options
author | arg@10ksloc.org <unknown> | 2006-08-07 13:40:31 +0200 |
---|---|---|
committer | arg@10ksloc.org <unknown> | 2006-08-07 13:40:31 +0200 |
commit | e48de30516d5a0400b27a0d6bfeb1b9181e8ebf5 (patch) | |
tree | 025cd1836fcebb754c5bf63eeaeff374991caa27 /util.c | |
parent | 1f0060caa36d969deab2643b829529ea943c4714 (diff) | |
download | dwm-e48de30516d5a0400b27a0d6bfeb1b9181e8ebf5.tar.gz |
applied grabbing-- and shell_minimal
Diffstat (limited to 'util.c')
-rw-r--r-- | util.c | 2 |
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); |