pharo-project / pharo-zeroconf

ZeroConf script generator for http://get.pharo.org
16 stars 15 forks source link

ARCHITECTURE variable in VM download script is unused #23

Closed guillep closed 3 years ago

guillep commented 3 years ago

Seems that

if [ -z "$ARCHITECTURE" ] ; then
    ARCHITECTURE=32;
fi

has been replaced by

# VM PROPERTIES =================================================================
VM_TYPE="pharo"
VM_ARCH="64"

and now the ARCHITECTUREvariable is unused (and seems to be out of sync with the VM_ARCH one