X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=bin%2Fblhc;h=2f253bb064919f2d4cab356ebd3fea83e3bb241c;hp=57ea0005df4f17712ef3e775d0e6ba8f1a829f12;hb=ebc38a8a974ddb3a3613be9cd3b61e5fc3d932f2;hpb=5bba87ced3180480ea9d147b300517b79ac15136 diff --git a/bin/blhc b/bin/blhc index 57ea000..2f253bb 100755 --- a/bin/blhc +++ b/bin/blhc @@ -430,8 +430,8 @@ sub is_non_verbose_build { $file = $1; if (index($next_line, $file) != -1 and $next_line =~ /$cc_regex/o) { - # We still have to skip the current line as it doesn't contain any - # compiler commands. + # Not a non-verbose line, but we still have to skip the current line + # as it doesn't contain any compiler commands. ${$skip_ref} = 1; return 0; }