commit | 024c24c55c797000609d73a86507b7caf60b571a | [log] [tgz] |
---|---|---|
author | Ying Wang <wangying@google.com> | Wed May 20 09:22:17 2015 -0700 |
committer | Ying Wang <wangying@google.com> | Wed May 20 09:22:17 2015 -0700 |
tree | e412ade455ce2d3117caba37115d1d32571a3094 | |
parent | 7f6fb274b75e94fd1bcc9af20bf912e2134e8eec [diff] [blame] |
We need to escape environmental variable reference. Bug: 21260618 Change-Id: I727b400acb0984d1126987df7a04b0d05bc0e705
diff --git a/core/config.mk b/core/config.mk index 76e3a33..4b5a12c 100644 --- a/core/config.mk +++ b/core/config.mk
@@ -33,7 +33,7 @@ ifneq ($(GREP_OPTIONS),) $(warning The build system needs unmodified output of grep.) -$(error Please unset your $GREP_OPTIONS.) +$(error Please unset your $$GREP_OPTIONS.) endif # Standard source directories.