9l: drop xcode text-based stub warning
This commit is contained in:
parent
82abcd6fd6
commit
13ed1c423e
2
bin/9l
2
bin/9l
@ -349,7 +349,7 @@ fi
|
|||||||
xtmp=/tmp/9l.$$.$USER.out
|
xtmp=/tmp/9l.$$.$USER.out
|
||||||
xxout() {
|
xxout() {
|
||||||
sed 's/.*: In function `[^:]*: *//' $xtmp | egrep . |
|
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
|
rm -f $xtmp
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user