lib/scripts/getsettings
changeset 71342 d72d4a9316c9
parent 69930 b5286c564861
child 71344 ee9998bb417b
equal deleted inserted replaced
71341:dfc52eb97ff4 71342:d72d4a9316c9
    58 ISABELLE_SCALA_SCRIPT="$ISABELLE_HOME/bin/isabelle_scala_script"
    58 ISABELLE_SCALA_SCRIPT="$ISABELLE_HOME/bin/isabelle_scala_script"
    59 PATH="$ISABELLE_HOME/bin:$PATH"
    59 PATH="$ISABELLE_HOME/bin:$PATH"
    60 
    60 
    61 #platform
    61 #platform
    62 source "$ISABELLE_HOME/lib/scripts/isabelle-platform"
    62 source "$ISABELLE_HOME/lib/scripts/isabelle-platform"
    63 if [ -z "$ISABELLE_PLATFORM" ]; then
    63 if [ -z "$ISABELLE_PLATFORM32" -a -z "$ISABELLE_PLATFORM64" ]; then
    64   echo 1>&2 "Failed to determine hardware and operating system type!"
    64   echo 1>&2 "Failed to determine hardware and operating system type!"
    65   exit 2
    65   exit 2
    66 fi
    66 fi
    67 
    67 
    68 #Isabelle distribution identifier -- filled in automatically!
    68 #Isabelle distribution identifier -- filled in automatically!