From fa7fecff33769e27653a51d1d15909d2b538194b Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Mon, 13 Jan 2020 11:04:53 -0500 Subject: wintext: add tmux support, use in ", "" Fixes #223. --- bin/quote2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/quote2') diff --git a/bin/quote2 b/bin/quote2 index c77da34d..e31e3de1 100755 --- a/bin/quote2 +++ b/bin/quote2 @@ -1,6 +1,6 @@ #!/usr/local/plan9/bin/rc -cmd = `{" $* | tail -1} +cmd = `{quote1 $* | tail -1} if (~ $#cmd 0) { echo no such command found >[1=2] exit notfound -- cgit v1.2.3