summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authoragc <agc>2008-05-09 18:35:35 +0000
committeragc <agc>2008-05-09 18:35:35 +0000
commita8afb1c344d5dbbc0c5940a5424aaa71fe96374c (patch)
tree5ffa04728e4363952252e8b6617a67716cecdd36 /bootstrap
parent81c4f3adfe62f0c0188f7ebfb7b3bcafc82492f1 (diff)
downloadpkgsrc-a8afb1c344d5dbbc0c5940a5424aaa71fe96374c.tar.gz
It's been possible to use case-insensitive file systems for Mac OS X for
about a year now. In celebration of this, remove the check and error message when ensuring a case- sensitive filesystem on Mac OS X. Keep the check for Interix.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap/bootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap
index 21595192f94..6294e907da9 100755
--- a/bootstrap/bootstrap
+++ b/bootstrap/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: bootstrap,v 1.123 2008/04/30 03:14:55 minskim Exp $
+# $NetBSD: bootstrap,v 1.124 2008/05/09 18:35:35 agc Exp $
#
#
# Copyright (c) 2001-2002 Alistair G. Crooks. All rights reserved.
@@ -774,7 +774,7 @@ fi
# make sure we're using a case-sensitive file system
if [ $ignorecasecheck = "no" ]; then
case "$opsys" in
-Darwin|Interix)
+Interix)
echo_msg "Testing file system case sensitivity"
for fs in "$prefix"; do
testdir="pkgsrc-REQUIRES-case-SENSITIVE-filesystem"