aboutsummaryrefslogtreecommitdiff
path: root/util/newconfig
diff options
context:
space:
mode:
authorPatrick Georgi <patrick.georgi@coresystems.de>2009-04-26 07:15:19 +0000
committerPatrick Georgi <patrick.georgi@coresystems.de>2009-04-26 07:15:19 +0000
commit79cba771fccb254d5f174db1d182cf4a3b1fec8f (patch)
treee6b9cfc8db78e1a62bb3daec5948cc0667dfb584 /util/newconfig
parentb61bc7c68a54ec3c8701c1aebdf70ceac50c176b (diff)
Trivial: allow "," in filenames
Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Patrick Georgi <patrick.georgi@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4213 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/newconfig')
-rw-r--r--util/newconfig/config.g2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/newconfig/config.g b/util/newconfig/config.g
index 176ef6d3b5..3bf677dfc1 100644
--- a/util/newconfig/config.g
+++ b/util/newconfig/config.g
@@ -1690,7 +1690,7 @@ parser Config:
# 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'"([^\\"]+|\\.)*"'