SunOS fixes (thanks Aram Hăvărneanu)
R=rsc, rsc http://codereview.appspot.com/4271084
This commit is contained in:
parent
4e247f10fa
commit
af0dea4531
5 changed files with 97 additions and 97 deletions
2
bin/9c
2
bin/9c
|
|
@ -46,7 +46,7 @@ quiet()
|
|||
grep -v '__p9l_autolib_' $1 |
|
||||
egrep -v "$ignore" |
|
||||
sed 's/ .first use in this function.$//; s/\"\([^\"][^\"]*\)\", line \([0-9][0-9]*\)/\1:\2/g' |
|
||||
uniq 1>&2
|
||||
$(which uniq) 1>&2 # avoid built-in uniq on SunOS
|
||||
}
|
||||
|
||||
useclang()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue