aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormikejwre <none@none>2010-07-28 21:03:41 -0700
committermikejwre <none@none>2010-07-28 21:03:41 -0700
commit599cfa571725c88f2681ab6f3131d2b9e54d02fc (patch)
tree6a880bf643ac74b64937c2e1c6c6393f25a266f8
parent03af2377b211945b2dd8eb44e09daf0c251b0796 (diff)
parentd39b185f06151d24f6e2286b6dc340fcfdc9791b (diff)
-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" \