Admin/build_history
author wenzelm
Sun, 27 Feb 2022 20:00:23 +0100
changeset 75161 95612f330c93
parent 74038 b4f57bfe82e7
permissions -rwxr-xr-x
misc tuning based on comments by Heiko Eißfeldt;

#!/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 "$@"