aboutsummaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorohair <none@none>2010-07-26 14:14:42 -0700
committerohair <none@none>2010-07-26 14:14:42 -0700
commitd39b185f06151d24f6e2286b6dc340fcfdc9791b (patch)
tree1a00ce5f9a52033f414ae89be516ffa45d23f6f4 /make
parentbb4f4b0eb6c203bc74bfc868bc77d0dafe3d5648 (diff)
6972274: Fix the use of egrep -ci in the top level makefile sanity checks
Reviewed-by: prr
Diffstat (limited to 'make')
-rw-r--r--make/sanity-rules.gmk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/sanity-rules.gmk b/make/sanity-rules.gmk
index 6a17a5b..1ab62f7 100644
--- a/make/sanity-rules.gmk
+++ b/make/sanity-rules.gmk
@@ -228,7 +228,7 @@ endif
######################################################
alt_bootdir:
ifdef ALT_BOOTDIR
- @if [ `$(ECHO) $(subst \,/,$(ALT_BOOTDIR)) | $(EGREP) -ci '^([a-z]:)?/'` -ne 1 ]; then \
+ @if [ `$(ECHO) $(subst \,/,$(ALT_BOOTDIR)) | $(EGREP) -c '^([A-Za-z]:)?/'` -ne 1 ]; then \
$(ECHO) "ERROR: ALT_BOOTDIR must be an Absolute Path Name, \n" \
" not a Relative Path Name. \n" \
" The current value of ALT_BOOTDIR is \n" \