fix: $distro_info passing
This commit is contained in:
parent
fc0f53cc2f
commit
5ecb3eabdb
4
warp4j
4
warp4j
@ -439,8 +439,8 @@ function ensure_distro_cached() {
|
|||||||
if [[ -z $JAVA_VERSION_OVERRIDEN ]]; then
|
if [[ -z $JAVA_VERSION_OVERRIDEN ]]; then
|
||||||
if [[ ! $(find_latest_cached $platform $LATEST_LTS) ]]; then
|
if [[ ! $(find_latest_cached $platform $LATEST_LTS) ]]; then
|
||||||
distro_info=$(fetch_distro_info $platform $LATEST_LTS)
|
distro_info=$(fetch_distro_info $platform $LATEST_LTS)
|
||||||
CONCRETE_JAVA_VERSION=$(find_latest_version $distro_info $LATEST_LTS)
|
CONCRETE_JAVA_VERSION=$(find_latest_version "$distro_info" $LATEST_LTS)
|
||||||
distro_link=$(find_distro_link $distro_info $CONCRETE_JAVA_VERSION)
|
distro_link=$(find_distro_link "$distro_info" $CONCRETE_JAVA_VERSION)
|
||||||
download_distro $platform $CONCRETE_JAVA_VERSION $distro_link
|
download_distro $platform $CONCRETE_JAVA_VERSION $distro_link
|
||||||
else
|
else
|
||||||
CONCRETE_JAVA_VERSION=$(find_latest_cached $platform $LATEST_LTS)
|
CONCRETE_JAVA_VERSION=$(find_latest_cached $platform $LATEST_LTS)
|
||||||
|
Loading…
Reference in New Issue
Block a user