Admin/build_history
author wenzelm
Fri, 29 Oct 2021 19:43:32 +0200
changeset 74627 c690435c47ee
parent 74038 b4f57bfe82e7
permissions -rwxr-xr-x
misc tuning and clarification;

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

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

"$THIS/../bin/isabelle" scala_build -q || exit $?
"$THIS/../bin/isabelle_java" isabelle.Build_History "$@"