Init and ext scripts no longer on the path.

This commit is contained in:
Marco Vermeulen
2013-05-24 10:49:46 +01:00
parent 03960d4012
commit 5c8271b868

View File

@@ -118,8 +118,6 @@ if [ -z "${GVM_DIR}" ]; then
export GVM_DIR="$HOME/.gvm"
fi
PATH="${GVM_DIR}/bin:${GVM_DIR}/ext:$PATH"
GROOVY_HOME="${GVM_DIR}/groovy/current"
GRAILS_HOME="${GVM_DIR}/grails/current"
GRIFFON_HOME="${GVM_DIR}/griffon/current"