Browse Source

Merge branch '2.2.x' into 2.3.x

Closes gh-21755
pull/21793/head
Andy Wilkinson 6 years ago
parent
commit
fe265af252
  1. 2
      spring-boot-project/spring-boot-cli/src/main/executablecontent/bin/spring

2
spring-boot-project/spring-boot-cli/src/main/executablecontent/bin/spring

@ -100,7 +100,7 @@ if [ ! -d "${SPRING_HOME}" ]; then @@ -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

Loading…
Cancel
Save