Author: oxygene
Date: 2009-04-26 09:15:19 +0200 (Sun, 26 Apr 2009)
New Revision: 4213

Modified:
   trunk/coreboot-v2/util/newconfig/config.g
Log:
Trivial: allow "," in filenames

Signed-off-by: Patrick Georgi <[email protected]>
Acked-by: Patrick Georgi <[email protected]>



Modified: trunk/coreboot-v2/util/newconfig/config.g
===================================================================
--- trunk/coreboot-v2/util/newconfig/config.g   2009-04-25 22:15:29 UTC (rev 
4212)
+++ trunk/coreboot-v2/util/newconfig/config.g   2009-04-26 07:15:19 UTC (rev 
4213)
@@ -1690,7 +1690,7 @@
     # Dir's on the other hand are abitrary
     # this may all be stupid.
     token RULE:                        r'[-a-zA-Z0-9_$()./]+[-a-zA-Z0-9_ 
$()./]+[-a-zA-Z0-9_$()./]+'
-    token DIRPATH:             r'[-a-zA-Z0-9_$()./]+'
+    token DIRPATH:             r'[-a-zA-Z0-9_$()./,]+'
     token ID:                  r'[a-zA-Z_.]+[a-zA-Z0-9_.]*'
     token DELEXPR:             r'{([^}]+|\\.)*}'
     token STR:                 r'"([^\\"]+|\\.)*"'


-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to