Commit 296da88e authored by Andy Wilkinson's avatar Andy Wilkinson

Merge branch '2.1.x' into 2.2.x

Closes gh-21754
parents ad158ee7 c96455f7
...@@ -100,7 +100,7 @@ if [ ! -d "${SPRING_HOME}" ]; then ...@@ -100,7 +100,7 @@ if [ ! -d "${SPRING_HOME}" ]; then
fi fi
[[ "${cygwin}" == "true" ]] && SPRINGPATH=$(cygpath "${SPRING_HOME}") || SPRINGPATH=$SPRING_HOME [[ "${cygwin}" == "true" ]] && SPRINGPATH=$(cygpath "${SPRING_HOME}") || SPRINGPATH=$SPRING_HOME
CLASSPATH=.:${SPRINGPATH}/bin CLASSPATH=${SPRINGPATH}/bin
if [ -d "${SPRINGPATH}/ext" ]; then if [ -d "${SPRINGPATH}/ext" ]; then
CLASSPATH=$CLASSPATH:${SPRINGPATH}/ext CLASSPATH=$CLASSPATH:${SPRINGPATH}/ext
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment