diff options
author | rsc <devnull@localhost> | 2005-03-18 18:53:03 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-03-18 18:53:03 +0000 |
commit | 7924d524b9ea212ef2ef3e73bfcd197167478fdd (patch) | |
tree | b334c75c356effdc9e7cd3fd9b5e86a66837e693 | |
parent | 074347f4e48331a75650d764c758cd041558668b (diff) | |
download | plan9port-7924d524b9ea212ef2ef3e73bfcd197167478fdd.tar.gz plan9port-7924d524b9ea212ef2ef3e73bfcd197167478fdd.tar.bz2 plan9port-7924d524b9ea212ef2ef3e73bfcd197167478fdd.zip |
make src work
-rwxr-xr-x | bin/src | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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{ |