Chromium Code Reviews| Index: pylib/gyp/mac_tool.py |
| diff --git a/pylib/gyp/mac_tool.py b/pylib/gyp/mac_tool.py |
| index ea701192c837d6674e89efbac276deffd3378b92..055d79cf226be9045ac0fbfa906313762d8fdd03 100755 |
| --- a/pylib/gyp/mac_tool.py |
| +++ b/pylib/gyp/mac_tool.py |
| @@ -175,7 +175,7 @@ class MacTool(object): |
| # Go through all the environment variables and replace them as variables in |
| # the file. |
| - IDENT_RE = re.compile(r'[/\s]') |
| + IDENT_RE = re.compile(r'[_/\s]') |
| for key in os.environ: |
| if key.startswith('_'): |
| continue |