lib/Tools/scala
author krauss
Tue, 30 Mar 2010 15:25:35 +0200
changeset 36043 d149c3886e7e
parent 34297 5c0a2583f997
child 37174 6feaab4fc27d
permissions -rwxr-xr-x
removed dead code; fixed typo

#!/usr/bin/env bash
#
# Author: Makarius
#
# DESCRIPTION: invoke Scala within the Isabelle environment

[ -e "$ISABELLE_HOME/Admin/build" ] && { "$ISABELLE_HOME/Admin/build" jars || exit $?; }

CLASSPATH="$(jvmpath "$CLASSPATH")"
exec "$ISABELLE_SCALA" "$@"