mirror of
https://github.com/sdkman/sdkman-cli.git
synced 2026-01-31 09:43:04 -05:00
Remove obsolete variable initialisation from common script.
This commit is contained in:
@@ -152,14 +152,6 @@ function __gvmtool_default_environment_variables {
|
||||
else
|
||||
GVM_AVAILABLE="true"
|
||||
fi
|
||||
|
||||
if [ ! "${GVM_SERVICE}" ]; then
|
||||
GVM_SERVICE="http://localhost:8080"
|
||||
fi
|
||||
|
||||
if [ ! "${GVM_DIR}" ]; then
|
||||
GVM_DIR="$HOME/.gvm"
|
||||
fi
|
||||
}
|
||||
|
||||
function __gvmtool_check_upgrade_available {
|
||||
|
||||
Reference in New Issue
Block a user