Skip to content

Commit 0c6a0bd

Browse files
author
Dave Syer
committed
Export SPRING_HOME for commands to consume if needed
1 parent 76729fd commit 0c6a0bd

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-cli/src/main/executablecontent/bin

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ if [ -z "${SPRING_HOME}" ]; then
6969
done
7070
SAVED="`pwd`"
7171
cd "`dirname \"$PRG\"`/../" >&-
72-
SPRING_HOME="`pwd -P`"
72+
export SPRING_HOME="`pwd -P`"
7373
cd "$SAVED" >&-
7474
fi
7575

0 commit comments

Comments
 (0)