From 79cba771fccb254d5f174db1d182cf4a3b1fec8f Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Sun, 26 Apr 2009 07:15:19 +0000 Subject: Trivial: allow "," in filenames Signed-off-by: Patrick Georgi Acked-by: Patrick Georgi git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4213 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/newconfig/config.g | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/newconfig') 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'"([^\\"]+|\\.)*"' -- cgit v1.2.3