lib/Tools/scala
author haftmann
Thu, 12 Mar 2009 18:01:25 +0100
changeset 30494 c150e6fa4e0d
parent 29143 72c960b2b83e
child 34282 549969a7f582
permissions -rwxr-xr-x
consider exit status of code generation direcitve

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

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