shell_prefix: physical /bin/env on Cygwin;
authorwenzelm
Sat, 23 Aug 2008 19:42:16 +0200
changeset 27962 28a306e675ba
parent 27961 2cd133df7587
child 27963 c9ea82444189
shell_prefix: physical /bin/env on Cygwin;
src/Pure/Tools/isabelle_system.scala
--- a/src/Pure/Tools/isabelle_system.scala	Sat Aug 23 19:42:15 2008 +0200
+++ b/src/Pure/Tools/isabelle_system.scala	Sat Aug 23 19:42:16 2008 +0200
@@ -77,7 +77,7 @@
 
   def shell_prefix() = {
     if (Pattern.matches(".*-cygwin", getenv_strict("ML_PLATFORM")))
-      Some(platform_path("/usr/bin/env"))
+      Some(platform_path("/bin/env"))
     else None
   }