make src work

This commit is contained in:
rsc 2005-03-18 18:53:03 +00:00
parent 074347f4e4
commit 7924d524b9

View file

@ -6,7 +6,7 @@ sym = 'threadmain?z
main?z'
fn dbsrc{
echo $sym | db $1 | 9 sed '1d;/symbol not found/d;s/.*\(\) //'
echo $sym | db $1 >[2]/dev/null | 9 sed '/symbol not found/d;s/.*\(\) //'
}
fn go{