diff options
author | Thomas Adam <thomas@xteddy.org> | 2017-04-21 22:01:14 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2017-04-21 22:01:14 +0100 |
commit | fd13731049148d0205fa6ed1843041dad0573677 (patch) | |
tree | 7cfc3571a33e9332b95b0805522c19d0bf59de2a /cmd-run-shell.c | |
parent | 1f209ed030f9879d873d10341171889af08ae070 (diff) | |
parent | c68ceca8cd4294c2b9991aa1884d58258596868f (diff) | |
download | rtmux-fd13731049148d0205fa6ed1843041dad0573677.tar.gz rtmux-fd13731049148d0205fa6ed1843041dad0573677.tar.bz2 rtmux-fd13731049148d0205fa6ed1843041dad0573677.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'cmd-run-shell.c')
-rw-r--r-- | cmd-run-shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-run-shell.c b/cmd-run-shell.c index 48d88049..906b6909 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_current (&fs, NULL, CMD_FIND_QUIET) != 0) + if (cmd_find_from_nothing(&fs) != 0) return; wp = fs.wp; if (wp == NULL) |