--- cygwin-mketc.sh-0.10.1 2002-09-15 05:21:30.000000000 -0400 +++ cygwin-mketc.sh 2002-09-15 12:07:05.000000000 -0400 @@ -8,6 +8,9 @@ FILES="hosts protocols services networks OSNAME="`/bin/uname -s`" WINHOME="`/bin/cygpath -W`" +CYGWIN="$CYGWIN check_case:relaxed" +export CYGWIN + case "$OSNAME" in CYGWIN_NT*) WINETC="$WINHOME/system32/drivers/etc" ;; CYGWIN_9*|CYGWIN_ME*) WINETC="$WINHOME" ;;