]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - misc/tools/cfgapply.pl
Merge branch 'master' of git://git.xonotic.org/xonotic/xonotic
[xonotic/xonotic.git] / misc / tools / cfgapply.pl
index 822246ab07191ef5cfcd86762301eb601310db2e..cb7b194e0390b8541583ae2fa4bc31cf00a24056 100644 (file)
@@ -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})
                {