cfgapply: fix another bug

This commit is contained in:
Rudolf Polzer 2010-11-30 13:23:46 +01:00
parent f6925ebc0f
commit 9c69c5f2f8

View File

@ -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})
{