9l: drop xcode text-based stub warning

This commit is contained in:
Russ Cox 2018-11-12 11:08:23 -05:00
parent 82abcd6fd6
commit 13ed1c423e

2
bin/9l
View file

@ -349,7 +349,7 @@ fi
xtmp=/tmp/9l.$$.$USER.out
xxout() {
sed 's/.*: In function `[^:]*: *//' $xtmp | egrep . |
egrep -v 'is (often|almost always) misused|is dangerous, better use'
egrep -v 'is (often|almost always) misused|is dangerous, better use|text-based stub'
rm -f $xtmp
}