From 9c69c5f2f8496daa52956cfe40753ca0222cb79c Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Tue, 30 Nov 2010 13:23:46 +0100 Subject: [PATCH] cfgapply: fix another bug --- misc/tools/cfgapply.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/misc/tools/cfgapply.pl b/misc/tools/cfgapply.pl index e714bc5d..cb7b194e 100644 --- a/misc/tools/cfgapply.pl +++ b/misc/tools/cfgapply.pl @@ -11,9 +11,8 @@ while(<>) { chomp; s/\r//g; - s/\/\/.*//; - if(/^\s*(?:set\s+|seta\s+|)(\S+)/) + if(/^\s*(?:set\s+|seta\s+)(\S+)/ or /^\s*(\S+_\S+)/) { if(exists $cvar2line{$1}) { -- 2.39.2