Merge branch '2.1.x' into 2.2.x

Closes gh-21754
This commit is contained in:
Andy Wilkinson
2020-06-08 14:43:14 +01:00

View File

@@ -100,7 +100,7 @@ if [ ! -d "${SPRING_HOME}" ]; then
fi
[[ "${cygwin}" == "true" ]] && SPRINGPATH=$(cygpath "${SPRING_HOME}") || SPRINGPATH=$SPRING_HOME
CLASSPATH=.:${SPRINGPATH}/bin
CLASSPATH=${SPRINGPATH}/bin
if [ -d "${SPRINGPATH}/ext" ]; then
CLASSPATH=$CLASSPATH:${SPRINGPATH}/ext
fi