Export SPRING_HOME for commands to consume if needed

pull/1333/merge
Dave Syer 10 years ago
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…
Cancel
Save