aboutsummaryrefslogtreecommitdiff
path: root/find
diff options
context:
space:
mode:
Diffstat (limited to 'find')
-rwxr-xr-xfind2
1 files changed, 1 insertions, 1 deletions
diff --git a/find b/find
index ca49dae..b8e632a 100755
--- a/find
+++ b/find
@@ -6,7 +6,7 @@ fi
name=$1
address=$2
addr_last12=`echo -n "$address" | tail -c 3`
-for id in `grep -e "$name .*$addr_last12" db/*.symbols \
+for id in `grep -e "^$name .*$addr_last12" db/*.symbols \
| perl -n -e '/db\/(.*)\.symbols/ && print "$1\n"'`; do
echo "`cat db/${id}.info` (id $id)"
done