bin/isabelle_process
changeset 61319 d84b4d39bce1
parent 59350 acba5d6fdb2f
child 62475 43e64c770f28
--- a/bin/isabelle_process	Fri Oct 02 20:28:56 2015 +0200
+++ b/bin/isabelle_process	Fri Oct 02 23:22:49 2015 +0200
@@ -177,6 +177,7 @@
     ;;
   *)
     mkdir -p "$ISABELLE_OUTPUT"
+    chmod $(umask -S) "$ISABELLE_OUTPUT"
     OUTFILE="$ISABELLE_OUTPUT/$OUTPUT"
     ;;
 esac
@@ -188,6 +189,7 @@
 ISABELLE_PID="$$"
 ISABELLE_TMP="$ISABELLE_TMP_PREFIX$ISABELLE_PID"
 mkdir -p "$ISABELLE_TMP"
+chmod $(umask -S) "$ISABELLE_TMP"
 
 
 ## run it!