back to plain /tmp (despite 1df53737c59b): relevant for ssh on macOS, to avoid error "unix_listener: path too long for Unix domain socket";
authorwenzelm
Thu, 15 Sep 2022 12:26:51 +0200
changeset 76162 ff92d6edff2c
parent 76161 d556db0b7256
child 76163 9df6f51ebf45
back to plain /tmp (despite 1df53737c59b): relevant for ssh on macOS, to avoid error "unix_listener: path too long for Unix domain socket";
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"