X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=misc%2Ftools%2Fcfgapply.pl;h=cb7b194e0390b8541583ae2fa4bc31cf00a24056;hb=97fe16d7d3bf7c97873cc5ef52730fee817a6f72;hp=822246ab07191ef5cfcd86762301eb601310db2e;hpb=e1e181875ab7334988eae52e5d7a5d1ef015587d;p=xonotic%2Fxonotic.git diff --git a/misc/tools/cfgapply.pl b/misc/tools/cfgapply.pl index 822246ab..cb7b194e 100644 --- a/misc/tools/cfgapply.pl +++ b/misc/tools/cfgapply.pl @@ -12,7 +12,7 @@ while(<>) chomp; s/\r//g; - if(/^\s*(?:set\s+|seta\s+)(\S+)/) + if(/^\s*(?:set\s+|seta\s+)(\S+)/ or /^\s*(\S+_\S+)/) { if(exists $cvar2line{$1}) {