| author | wenzelm |
| Tue, 25 May 2021 23:04:29 +0200 | |
| changeset 73782 | 4606a9cadd83 |
| 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:
64202
diff
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 "$@" |