diff -r d556db0b7256 -r ff92d6edff2c etc/settings --- a/etc/settings Thu Sep 15 12:08:35 2022 +0200 +++ b/etc/settings Thu Sep 15 12:26:51 2022 +0200 @@ -81,7 +81,7 @@ ISABELLE_TOOLS="$ISABELLE_HOME/lib/Tools" # Location for temporary files (should be on a local file system). -ISABELLE_TMP_PREFIX="${TMPDIR:-/tmp}/isabelle-${USER:-$LOGNAME}" +ISABELLE_TMP_PREFIX="/tmp/isabelle-${USER:-$LOGNAME}" # Heap locations. ISABELLE_HEAPS="$ISABELLE_HOME_USER/heaps"