summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-09-20 19:15:01 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-09-20 19:15:01 +0000
commit14ebcab5b016828c64c6d4564e50159f5dedf130 (patch)
tree759800678a620b6233c6d785cc4e04c617f963f4 /Makefile
parent105ce36792717a0916cab18b7dd0a11db1f7c84a (diff)
run-shell command to run a shell command without opening a window, sending
stdout to output mode.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fcb1d43b..c2a51436 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ SRCS= attributes.c buffer-poll.c buffer.c cfg.c client-fn.c \
cmd-set-password.c cmd-set-window-option.c cmd-show-buffer.c \
cmd-show-options.c cmd-show-window-options.c cmd-source-file.c \
cmd-split-window.c cmd-start-server.c cmd-string.c cmd-if-shell.c \
- cmd-suspend-client.c cmd-swap-pane.c cmd-swap-window.c \
+ cmd-run-shell.c cmd-suspend-client.c cmd-swap-pane.c cmd-swap-window.c \
cmd-switch-client.c cmd-unbind-key.c cmd-unlink-window.c \
cmd-set-environment.c cmd-show-environment.c cmd-choose-client.c \
cmd-up-pane.c cmd-display-message.c cmd-display-panes.c cmd.c \