aboutsummaryrefslogtreecommitdiff
path: root/bin/quote2
diff options
context:
space:
mode:
Diffstat (limited to 'bin/quote2')
-rwxr-xr-xbin/quote22
1 files changed, 1 insertions, 1 deletions
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