From: Simon Ruderich Date: Sat, 7 Jul 2012 16:21:02 +0000 (+0200) Subject: Minor source documentation update. X-Git-Tag: 0.04~15 X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=commitdiff_plain;h=ebc38a8a974ddb3a3613be9cd3b61e5fc3d932f2 Minor source documentation update. --- 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; }