Admin/build_release
author haftmann
Fri, 14 Jun 2019 08:34:27 +0000
changeset 70335 9bd8c16b6627
parent 64202 967515846691
child 73705 ac07f6be27ea
permissions -rwxr-xr-x
using (*)-syntax for partially applied infix is fine, contrary to ancient op-syntax

#!/usr/bin/env bash
#
# DESCRIPTION: build full Isabelle distribution from repository

THIS="$(cd "$(dirname "$0")"; pwd)"

"$THIS/build" jars || exit $?
exec "$THIS/../bin/isabelle_java" isabelle.Build_Release "$@"