# HG changeset patch # User wenzelm # Date 1219955181 -7200 # Node ID eb855c3db6571449336aea668410815a50041857 # Parent 2b84d34c5d0214e485a73a4561570bbf53615093 provide HOME_JVM=HOME to prevent implicit cygpath mangling; diff -r 2b84d34c5d02 -r eb855c3db657 lib/scripts/getsettings --- a/lib/scripts/getsettings Thu Aug 28 22:09:20 2008 +0200 +++ b/lib/scripts/getsettings Thu Aug 28 22:26:21 2008 +0200 @@ -53,6 +53,7 @@ function jvmpath() { echo "$@"; } ISABELLE_ROOT_JVM=/ fi +HOME_JVM="$HOME" #CLASSPATH convenience function classpath () {