src/Pure/System/cygwin.scala
changeset 37175 be764a7adb10
parent 36194 8e61560ded89
child 39703 545cc67324d8
--- a/src/Pure/System/cygwin.scala	Fri May 28 20:41:23 2010 +0200
+++ b/src/Pure/System/cygwin.scala	Fri May 28 21:17:59 2010 +0200
@@ -116,7 +116,7 @@
 
     val (_, rc) = Standard_System.raw_exec(root, null, true,
         setup_exe.toString, "-R", root.toString, "-l", download.toString,
-    	    "-P", "make,perl,python", "-q", "-n")
+          "-P", "make,perl,python", "-q", "-n")
     if (rc != 0) error("Cygwin setup failed!")
 
     sanity_check(root)