proper interpretation of Cygwin.config;
authorwenzelm
Sun, 28 Jun 2009 16:59:43 +0200
changeset 31829 6906e114c898
parent 31828 31584cf201cc
child 31830 4c721440ee62
proper interpretation of Cygwin.config;
src/Pure/System/isabelle_system.scala
--- a/src/Pure/System/isabelle_system.scala	Sun Jun 28 16:46:00 2009 +0200
+++ b/src/Pure/System/isabelle_system.scala	Sun Jun 28 16:59:43 2009 +0200
@@ -63,7 +63,7 @@
   private val (platform_root, drive_prefix, shell_prefix) =
   {
     if (Platform.is_windows) {
-      val (drive, root) = Cygwin.config()
+      val (root, drive) = Cygwin.config()
       if (!Cygwin.check(root)) error("Bad Cygwin installation: " + root)
       val shell = List(root + "\\bin\\bash", "-l")
       (root, drive, shell)