lib/scripts/getsettings
changeset 71344 ee9998bb417b
parent 71342 d72d4a9316c9
child 72161 cf443b24ad90
--- 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