diff options
Diffstat (limited to 'bin/quote2')
-rwxr-xr-x | bin/quote2 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |