From ebc38a8a974ddb3a3613be9cd3b61e5fc3d932f2 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 7 Jul 2012 18:21:02 +0200 Subject: [PATCH] Minor source documentation update. --- bin/blhc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } -- 2.43.2