Admin/build_history
author wenzelm
Wed, 23 Mar 2022 13:43:13 +0100
changeset 75313 d07c886a27a9
parent 74038 b4f57bfe82e7
permissions -rwxr-xr-x
more robust install/uninstall; clarified extension_name (again): --locate-extension wants to see a lowercase name;

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