asdf-java/bin/exec-env
2021-08-07 18:04:46 -05:00

6 lines
101 B
Bash
Executable File

#!/usr/bin/env bash
if [ -n "$ASDF_INSTALL_PATH" ]; then
export JAVA_HOME="$ASDF_INSTALL_PATH"
fi