rc: allow unquoted = in command arguments

dd fans rejoice!

Also helps with commands like go test -run=x.
This commit is contained in:
Russ Cox 2020-05-04 23:31:59 -04:00
parent 7d6a248f2c
commit ff74f7cdda
3 changed files with 28 additions and 11 deletions

View file

@ -109,7 +109,7 @@ The simplest kind of argument is the unquoted word:
a sequence of one or more characters none of which is a blank, tab,
newline, or any of the following:
.EX
# ; & | ^ $ = ` ' { } ( ) < >
# ; & | ^ $ ` ' { } ( ) < >
.EE
An unquoted word that contains any of the characters
.B *