diff --git a/build.sh b/build.sh index 67cbd23c39e..7b550d815bb 100755 --- a/build.sh +++ b/build.sh @@ -39,8 +39,9 @@ change_java_version() { # =========================================================================== -# This might not have been sourced if the entrypoint is not bash +# These might not have been sourced if the entrypoint is not bash [[ -f "$HOME/.cargo/env" ]] && . "$HOME/.cargo/env" +[[ -f "$HOME/.local/bin/env" ]] && . "$HOME/.local/bin/env" set -xe cd "${0%/*}"