aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xidentify2
1 files changed, 1 insertions, 1 deletions
diff --git a/identify b/identify
index 93f8586..1547261 100755
--- a/identify
+++ b/identify
@@ -5,4 +5,4 @@ if [[ $# != 1 ]]; then
fi
libc=$1
sha1=`sha1sum $libc`
-sha1sum db/*.so | grep $sha1
+sha1sum db/*.so | grep `echo $sha1 | awk '{print $1 }'`