plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 7924d524b9ea212ef2ef3e73bfcd197167478fdd
parent 074347f4e48331a75650d764c758cd041558668b
Author: rsc <devnull@localhost>
Date:   Fri, 18 Mar 2005 18:53:03 +0000

make src work

Diffstat:
Mbin/src | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/src b/bin/src @@ -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{