[PATCH] maint: fix line numbers in check-aclrules reports

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Reset line numbering on each input file in check-aclrules.pl. Otherwise
it reports wrong line numbers in its error messages.

Signed-off-by: Yuri Myasoedov <ymyasoedov@xxxxxxxxx>
---
 src/check-aclrules.pl | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/check-aclrules.pl b/src/check-aclrules.pl
index f54b934..9151e6a 100755
--- a/src/check-aclrules.pl
+++ b/src/check-aclrules.pl
@@ -254,6 +254,8 @@ while (<>) {
     $brace += $count;
     $count = s/}//g;
     $brace -= $count;
+} continue {
+    close ARGV if eof;
 }
 
 exit $status;
-- 
1.8.4.3

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list




[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]