handle \*9
This commit is contained in:
parent
2c500adda2
commit
8bead10998
1 changed files with 6 additions and 2 deletions
8
dist/checkman.awk
vendored
8
dist/checkman.awk
vendored
|
|
@ -285,11 +285,15 @@ $1 != ".RE" {
|
|||
}
|
||||
|
||||
sh == "SOURCE" && $1 ~ /^\// {
|
||||
Sources[$1] = 1
|
||||
s = $1
|
||||
sub("\\\*9", ENVIRON["PLAN9"], s)
|
||||
Sources[s] = 1
|
||||
}
|
||||
|
||||
sh == "SOURCE" && $2 ~ /^\// {
|
||||
Sources[$2] = 1
|
||||
s = $2
|
||||
sub("\\\*9", ENVIRON["PLAN9"], s)
|
||||
Sources[s] = 1
|
||||
}
|
||||
|
||||
$0 ~ /^\.[A-Z].*\([1-9]\)/ {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue