diff -r 7a53175fb0f4 -r ee9998bb417b lib/scripts/getsettings --- a/lib/scripts/getsettings Mon Dec 23 22:30:03 2019 +0100 +++ b/lib/scripts/getsettings Mon Dec 23 22:35:54 2019 +0100 @@ -60,7 +60,7 @@ #platform source "$ISABELLE_HOME/lib/scripts/isabelle-platform" -if [ -z "$ISABELLE_PLATFORM32" -a -z "$ISABELLE_PLATFORM64" ]; then +if [ -z "$ISABELLE_PLATFORM_FAMILY" ]; then echo 1>&2 "Failed to determine hardware and operating system type!" exit 2 fi