| author | wenzelm | 
| Sat, 16 Jan 2016 16:37:45 +0100 | |
| changeset 62191 | eb9f5ee249f9 | 
| parent 49447 | bec1add86e79 | 
| permissions | -rw-r--r-- | 
| 47799 | 1 | # -*- shell-script -*- :mode=shellscript: | 
| 2 | ||
| 49447 
bec1add86e79
universal component exec_process -- avoids special Admin/components/windows and might actually improve stability of forked processes (without using perl);
 wenzelm parents: 
48197diff
changeset | 3 | EXEC_PROCESS="$COMPONENT/${ISABELLE_PLATFORM64:-$ISABELLE_PLATFORM32}/exec_process"
 |