X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=bin%2Fblhc;h=ea8291fe7caad3221b33d791e37d1fb807d40e3f;hp=03e8ebfb8b90da4f1472619c05ef7c756aa304be;hb=249a938478a1f8838c2672a35dcca4e4640fceda;hpb=b4639e6447c79c145c70876149979416c87c8f95 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}) {