sed: allow whitespace after ! negation (thanks k0ga)
This commit is contained in:
parent
234aafb38d
commit
219741ac01
1 changed files with 1 additions and 1 deletions
|
@ -308,10 +308,10 @@ comploop:
|
|||
} else
|
||||
rep->ad2.type = A_NONE;
|
||||
}
|
||||
swit:
|
||||
while(*cp == L' ' || *cp == L'\t')
|
||||
cp++;
|
||||
|
||||
swit:
|
||||
switch(*cp++) {
|
||||
default:
|
||||
quit("Unrecognized command: %S", linebuf);
|
||||
|
|
Loading…
Reference in a new issue