Export SPRING_HOME for commands to consume if needed
This commit is contained in:
parent
76729fdf85
commit
0c6a0bde5f
|
|
@ -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…
Reference in New Issue