Admin/build_history
author kleing
Mon, 17 May 2021 13:57:19 +1000
changeset 73705 ac07f6be27ea
parent 64223 9d5b9f41df77
child 74017 b4e6b82fdb9e
permissions -rwxr-xr-x
avoid unexpected output+behaviour when CDPATH is set

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