Remove implicit support for Cygwin

This commit makes explicit that we do not support Cygwin.

Closes #16871
This commit is contained in:
Jason Tedor 2016-02-29 14:26:40 -05:00
parent f744c3f724
commit 79d8e225c4
1 changed files with 0 additions and 8 deletions

View File

@ -118,14 +118,6 @@ if [ "x$JAVA_TOOL_OPTIONS" != "x" ]; then
unset JAVA_TOOL_OPTIONS
fi
# Special-case path variables.
case `uname` in
CYGWIN*)
ES_CLASSPATH=`cygpath -p -w "$ES_CLASSPATH"`
ES_HOME=`cygpath -p -w "$ES_HOME"`
;;
esac
# full hostname passed through cut for portability on systems that do not support hostname -s
# export on separate line for shells that do not support combining definition and export
HOSTNAME=`hostname | cut -d. -f1`