aboutsummaryrefslogtreecommitdiff
path: root/bin/src
diff options
context:
space:
mode:
Diffstat (limited to 'bin/src')
-rwxr-xr-xbin/src2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/src b/bin/src
index 3fb749a7..450c3b47 100755
--- 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{