aboutsummaryrefslogtreecommitdiff
path: root/cmd-run-shell.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2017-08-30 12:04:09 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2017-08-30 12:04:09 +0100
commit07c679b52d18f198a60da2bd5b9b743bac55680f (patch)
tree6e6db084991d889e61e0a5d53db1f8740a666ce6 /cmd-run-shell.c
parent2e4e521629a8e23502551cfe13ea327e1971d1e2 (diff)
parentb4c633cc40cd3d5963e24e6d560bc2c7f6553000 (diff)
downloadrtmux-07c679b52d18f198a60da2bd5b9b743bac55680f.tar.gz
rtmux-07c679b52d18f198a60da2bd5b9b743bac55680f.tar.bz2
rtmux-07c679b52d18f198a60da2bd5b9b743bac55680f.zip
Merge branch 'master' into 2.6-rc
Diffstat (limited to 'cmd-run-shell.c')
-rw-r--r--cmd-run-shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-run-shell.c b/cmd-run-shell.c
index f77fb36a..0d73dd2b 100644
--- a/cmd-run-shell.c
+++ b/cmd-run-shell.c
@@ -68,7 +68,7 @@ cmd_run_shell_print(struct job *job, const char *msg)
cmdq_print(cdata->item, "%s", msg);
return;
}
- if (cmd_find_from_nothing(&fs) != 0)
+ if (cmd_find_from_nothing(&fs, 0) != 0)
return;
wp = fs.wp;
if (wp == NULL)