diff options
author | stanley lieber <stanley.lieber@gmail.com> | 2013-11-07 14:01:42 -0500 |
---|---|---|
committer | stanley lieber <stanley.lieber@gmail.com> | 2013-11-07 14:01:42 -0500 |
commit | 82663f62bee0ba0da147711bc3e9c188a75267d0 (patch) | |
tree | 3e505354a0693e56d453568d4b467e830d5be7df /rc | |
parent | b0a61bc09119ead66532a7af64c0a018969bb690 (diff) |
/rc/bin/", /rc/bin/"": handle the venerable ; prompt
Diffstat (limited to 'rc')
-rwxr-xr-x | rc/bin/" | 2 | ||||
-rwxr-xr-x | rc/bin/"" | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ rfork en if(test -r /mnt/acme/acme/body) bind /mnt/acme/acme/body /dev/text -PROMPT='[^ ]*%[ ]+' +PROMPT='[^ ]'*'(%|;)[ ]+' fn cmds { grep '^'$PROMPT'[^"]' /dev/text | sed 's/^/ /' @@ -1,6 +1,6 @@ #!/bin/rc -PROMPT='[^ ]*%+[ ]+' +PROMPT='[^ ]*(%|;)+[ ]+' _x = `{" $* | tail -1} if(~ $#_x 0) { |