tmake src work - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 7924d524b9ea212ef2ef3e73bfcd197167478fdd
(DIR) parent 074347f4e48331a75650d764c758cd041558668b
(HTM) Author: rsc <devnull@localhost>
Date: Fri, 18 Mar 2005 18:53:03 +0000
make src work
Diffstat:
M bin/src | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/bin/src b/bin/src
t@@ -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{