| author | wenzelm | 
| Wed, 30 Jun 2021 16:53:33 +0200 | |
| changeset 73905 | 0dd54d6c974a | 
| parent 73705 | ac07f6be27ea | 
| child 74017 | b4e6b82fdb9e | 
| permissions | -rwxr-xr-x | 
| 64202 | 1 | #!/usr/bin/env bash | 
| 2 | # | |
| 3 | # DESCRIPTION: build full Isabelle distribution from repository | |
| 4 | ||
| 73705 
ac07f6be27ea
avoid unexpected output+behaviour when CDPATH is set
 kleing parents: 
64202diff
changeset | 5 | unset CDPATH | 
| 64202 | 6 | THIS="$(cd "$(dirname "$0")"; pwd)" | 
| 7 | ||
| 8 | "$THIS/build" jars || exit $? | |
| 9 | exec "$THIS/../bin/isabelle_java" isabelle.Build_Release "$@" |