X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=bin%2Fblhc;h=92ab3b442b1beae820aad9eb3988e3cfbb125795;hb=fd3dc1d84936f1622c296035af410fb75ac0f493;hp=25f2953aa2e3fc0d53866f347849e7ed20489e1c;hpb=dd1669aad7f4b5e46fabecc38beda57ca61de127;p=blhc%2Fblhc.git diff --git a/bin/blhc b/bin/blhc index 25f2953..92ab3b4 100755 --- a/bin/blhc +++ b/bin/blhc @@ -643,7 +643,7 @@ foreach my $file (@ARGV) { $complete_line .= ' ' . $line; } # Line continuation, line ends with "\". - if ($line =~ /\\\s*$/) { + if ($line =~ /\\$/) { $continuation = 1; # Start line continuation. if (not defined $complete_line) {