retain ISABELLE_HOME_WINDOWS which is useful for jEdit to fold file names symbolically, but without DOS expansion that causes problems with Cygwin/Posix roundtrip (cf. 5a7903ba2dac);
authorwenzelm
Tue, 17 Apr 2012 23:24:46 +0200
changeset 47525 9c8a1b9c0630
parent 47524 f80c6d492763
child 47526 832ca5c3f1b1
retain ISABELLE_HOME_WINDOWS which is useful for jEdit to fold file names symbolically, but without DOS expansion that causes problems with Cygwin/Posix roundtrip (cf. 5a7903ba2dac);
lib/scripts/getsettings
--- a/lib/scripts/getsettings	Tue Apr 17 22:26:36 2012 +0200
+++ b/lib/scripts/getsettings	Tue Apr 17 23:24:46 2012 +0200
@@ -14,7 +14,7 @@
 #JVM path wrapper
 if [ "$OSTYPE" = cygwin ]
 then
-  ISABELLE_HOME_WINDOWS="$(cygpath -d "$(dirname "$ISABELLE_HOME")")\\$(basename "$ISABELLE_HOME")"
+  ISABELLE_HOME_WINDOWS="$(cygpath -w "$(dirname "$ISABELLE_HOME")")\\$(basename "$ISABELLE_HOME")"
   ISABELLE_HOME="$(cygpath -u "$ISABELLE_HOME_WINDOWS")"
 
   CLASSPATH="$(cygpath -i -u -p "$CLASSPATH")"