aboutsummaryrefslogtreecommitdiff
path: root/find
diff options
context:
space:
mode:
authorNiklas Baumstark <niklas.baumstark@gmail.com>2015-03-17 12:03:32 +0100
committerNiklas Baumstark <niklas.baumstark@gmail.com>2015-03-17 12:03:32 +0100
commitb3ea4a4361eb5b0966ab489e562294ba3df0c553 (patch)
tree6ca159917cc50d994ecd04c6dcf2ded5c9ed408b /find
parenta742590786e0f7b8c0597008fe3f71265f1f1013 (diff)
downloadlibc-database-b3ea4a4361eb5b0966ab489e562294ba3df0c553.tar.gz
libc-database-b3ea4a4361eb5b0966ab489e562294ba3df0c553.zip
add ubuntu libc6-i386 packages
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