Admin/build_history
author wenzelm
Fri, 09 Jul 2021 21:03:58 +0200
changeset 73956 ac1884965dc8
parent 73705 ac07f6be27ea
child 74017 b4e6b82fdb9e
permissions -rwxr-xr-x
support expand_platform_path, which is reminiscent of isabelle.Path.expand;

#!/usr/bin/env bash
#
# DESCRIPTION: build history versions from another repository clone

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

"$THIS/build" jars > /dev/null || exit $?
exec "$THIS/../bin/isabelle_java" isabelle.Build_History "$@"