lib/Tools/scala
author wenzelm
Sat, 28 Nov 2009 18:17:10 +0100
changeset 33915 44a10fe6bd10
parent 29143 72c960b2b83e
child 34282 549969a7f582
permissions -rwxr-xr-x
proper quoting of array expansion -- allow spaces in components;

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

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