diff options
author | Sigrid <ftrvxmtrx@gmail.com> | 2020-03-09 13:58:41 +0100 |
---|---|---|
committer | Sigrid <ftrvxmtrx@gmail.com> | 2020-03-09 13:58:41 +0100 |
commit | 446e454c5a19d1ce2e8da699686159b3a31e8bc7 (patch) | |
tree | 28857c0f5a6d20b8952da434506ec791e18c0c53 /sys/src/cmd/sam/cmd.c | |
parent | 290c921d1d01119b7d4550770da06c491508508f (diff) |
sam: ^ does not need current file
Diffstat (limited to 'sys/src/cmd/sam/cmd.c')
-rw-r--r-- | sys/src/cmd/sam/cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/sam/cmd.c b/sys/src/cmd/sam/cmd.c index 6e8efa094..6d56d268e 100644 --- a/sys/src/cmd/sam/cmd.c +++ b/sys/src/cmd/sam/cmd.c @@ -35,7 +35,7 @@ Cmdtab cmdtab[]={ '>', 0, 0, 0, 0, aDot, 0, linex, plan9_cmd, '<', 0, 0, 0, 0, aDot, 0, linex, plan9_cmd, '|', 0, 0, 0, 0, aDot, 0, linex, plan9_cmd, - '^', 0, 0, 0, 0, aDot, 0, linex, plan9_cmd, + '^', 0, 0, 0, 0, aNo, 0, linex, plan9_cmd, '_', 0, 0, 0, 0, aDot, 0, linex, plan9_cmd, '=', 0, 0, 0, 0, aDot, 0, linex, eq_cmd, 'c'|0x100,0, 0, 0, 0, aNo, 0, wordx, cd_cmd, |