From: Simon Ruderich Date: Fri, 16 Mar 2012 16:44:08 +0000 (+0100) Subject: Fix typo in linker command regex. X-Git-Tag: 0.01~108 X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=commitdiff_plain;h=249a938478a1f8838c2672a35dcca4e4640fceda Fix typo in linker command regex. --- diff --git a/bin/blhc b/bin/blhc index 03e8ebf..ea8291f 100755 --- a/bin/blhc +++ b/bin/blhc @@ -342,7 +342,7 @@ for (my $i = 0; $i < scalar @input; $i++) { [A-Za-z0-9~_-]+ # binary name (no dots!) (?:[0-9.]*\.so[0-9.]*[a-z]? # library (including version) |\.la)? - (?:\s|\\|\$) # end of file name + (?:\s|\\|$) # end of file name }x or $line =~ /^libtool: link: / or $line =~ m{\s*/bin/bash .+?libtool\s+(.+?\s+)?--mode=(re)?link}) {