Browse Source

Export SPRING_HOME for commands to consume if needed

pull/1333/merge
Dave Syer 12 years ago
parent
commit
0c6a0bde5f
  1. 2
      spring-boot-cli/src/main/executablecontent/bin/spring

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

@ -69,7 +69,7 @@ if [ -z "${SPRING_HOME}" ]; then @@ -69,7 +69,7 @@ if [ -z "${SPRING_HOME}" ]; then
done
SAVED="`pwd`"
cd "`dirname \"$PRG\"`/../" >&-
SPRING_HOME="`pwd -P`"
export SPRING_HOME="`pwd -P`"
cd "$SAVED" >&-
fi

Loading…
Cancel
Save