lib/scripts/getsettings
changeset 36194 8e61560ded89
parent 34257 b5176fd9ab3c
child 36196 cbb9ee265cdd
--- a/lib/scripts/getsettings	Sat Apr 17 20:42:26 2010 +0200
+++ b/lib/scripts/getsettings	Sat Apr 17 21:01:55 2010 +0200
@@ -53,7 +53,7 @@
 if [ "$OSTYPE" = cygwin ]; then
   CLASSPATH="$(cygpath -u -p "$CLASSPATH")"
   function jvmpath() { cygpath -w -p "$@"; }
-  CYGWIN_ROOT="$(jvmpath "/")"
+  THIS_CYGWIN="$(jvmpath "/")"
 else
   function jvmpath() { echo "$@"; }
 fi