[coreboot] [v2] r4213 - trunk/coreboot-v2/util/newconfig

svn at coreboot.org svn at coreboot.org
Sun Apr 26 09:15:19 CEST 2009


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 <patrick.georgi at coresystems.de>
Acked-by: Patrick Georgi <patrick.georgi at coresystems.de>



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'"([^\\"]+|\\.)*"'





More information about the coreboot mailing list