Skip to content

Commit

Permalink
Fix identify
Browse files Browse the repository at this point in the history
This bug was introduced in 34e25ee, merged in niklasb#22 and reported in niklasb#24.

It's very strange: I tested on a Fedora, it was working, and, on a
debian, it failed… Have to investigate…
  • Loading branch information
ajabep committed Aug 18, 2020
1 parent 1d2f6d2 commit 22ad329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion identify
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ case "$arg" in
help
esac

ls -1 db/*.so | xargs $tool | grep -- "$regex" | perl -n -e '/db\/(.*)\.so:.*/&&print "id $1\n"'
ls -1 db/*.so | xargs $tool | grep -- "$regex" | perl -n -e '/db\/([^ ]*)\.so/&&print "id $1\n"'

0 comments on commit 22ad329

Please sign in to comment.