X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=bin%2Fblhc;h=92ab3b442b1beae820aad9eb3988e3cfbb125795;hp=25f2953aa2e3fc0d53866f347849e7ed20489e1c;hb=c1062539346fc41efb4316cb04f2893ce954bb37;hpb=dd1669aad7f4b5e46fabecc38beda57ca61de127 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) {