Merge branch '1.1.x'

This commit is contained in:
Dave Syer
2014-08-04 15:47:54 -07:00
3 changed files with 36 additions and 4 deletions

View File

@@ -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