From 0c6a0bde5f20ef1909336cc929549f5df1eeb3c8 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Mon, 4 Aug 2014 15:47:38 -0700 Subject: [PATCH] Export SPRING_HOME for commands to consume if needed --- spring-boot-cli/src/main/executablecontent/bin/spring | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-cli/src/main/executablecontent/bin/spring b/spring-boot-cli/src/main/executablecontent/bin/spring index c9aec1e479..c13b79b31b 100755 --- a/spring-boot-cli/src/main/executablecontent/bin/spring +++ b/spring-boot-cli/src/main/executablecontent/bin/spring @@ -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