X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=bin%2Fblhc;h=72918fe5bc57e6494f42657879c3d9fc6563448f;hp=262458520b8f84dab87b9bc53bc673cc444e0035;hb=a32e11c46fa910eae28acd19c41f6095662bee35;hpb=d569fff93bdd0e2f2bf8c041a6534d8a19613969 diff --git a/bin/blhc b/bin/blhc index 2624585..72918fe 100755 --- a/bin/blhc +++ b/bin/blhc @@ -466,7 +466,7 @@ sub is_non_verbose_build { return 0 if $line =~ /^\s*C\+\+.+?:\s+(?:yes|no)\s*$/; return 0 if $line =~ /^\s*C\+\+ Library: stdc\+\+$/; # "Compiling" non binary files. - return 0 if $line =~ /^\s*Compiling \S+\.(?:py|el)['"]?(?:\.\.\.)?$/; + return 0 if $line =~ /^\s*Compiling \S+\.(?:py|el)['"]?\s*(?:\.\.\.)?$/; # "Compiling" with no file name. if ($line =~ /^\s*[Cc]ompiling\s+(.+?)(?:\.\.\.)?$/) { # $file_extension_regex may need spaces around the filename.