We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad158ee + c96455f commit 296da88Copy full SHA for 296da88
spring-boot-project/spring-boot-cli/src/main/executablecontent/bin/spring
@@ -100,7 +100,7 @@ if [ ! -d "${SPRING_HOME}" ]; then
100
fi
101
102
[[ "${cygwin}" == "true" ]] && SPRINGPATH=$(cygpath "${SPRING_HOME}") || SPRINGPATH=$SPRING_HOME
103
-CLASSPATH=.:${SPRINGPATH}/bin
+CLASSPATH=${SPRINGPATH}/bin
104
if [ -d "${SPRINGPATH}/ext" ]; then
105
CLASSPATH=$CLASSPATH:${SPRINGPATH}/ext
106
0 commit comments