From 249a938478a1f8838c2672a35dcca4e4640fceda Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Fri, 16 Mar 2012 17:44:08 +0100 Subject: [PATCH] Fix typo in linker command regex. --- bin/blhc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}) { -- 2.43.2