back to plain /tmp (despite 1df53737c59b): relevant for ssh on macOS, to avoid error "unix_listener: path too long for Unix domain socket";
--- 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"