Commit 0c6a0bde authored by Dave Syer's avatar Dave Syer

Export SPRING_HOME for commands to consume if needed

parent 76729fdf
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment