more robust, notably for crontab;
authorwenzelm
Fri, 10 Jun 2022 14:36:05 +0200
changeset 75550 170ec97f1764
parent 75549 4b21e823d35f
child 75551 4103b945c7b5
more robust, notably for crontab;
etc/settings
--- a/etc/settings	Fri Jun 10 13:53:43 2022 +0200
+++ b/etc/settings	Fri Jun 10 14:36:05 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"
+ISABELLE_TMP_PREFIX="${TMPDIR:-/tmp}/isabelle-${USER:-$LOGNAME}"
 
 # Heap locations.
 ISABELLE_HEAPS="$ISABELLE_HOME_USER/heaps"