src/Pure/System/isabelle_system.scala
changeset 31821 ce6be870a5d3
parent 31820 8199c9a42941
child 31822 80fd718796ce
--- a/src/Pure/System/isabelle_system.scala	Sat Jun 27 18:46:08 2009 +0200
+++ b/src/Pure/System/isabelle_system.scala	Sat Jun 27 19:24:34 2009 +0200
@@ -210,7 +210,7 @@
   /* isabelle_path */
 
   private val Platform_Root = new Regex("(?i)" +
-    Pattern.quote(platform_root) + """(?:\\|\z)(.*)""")
+    Pattern.quote(platform_root) + """(?:\\+|\z)(.*)""")
   private val Drive = new Regex("""([a-zA-Z]):\\*(.*)""")
 
   def isabelle_path(platform_path: String): String =