src/Pure/System/isabelle_system.scala
changeset 64304 96bc94c87a81
parent 64228 b46969a851a9
child 64454 4c868fa9d79b
--- a/src/Pure/System/isabelle_system.scala	Tue Oct 18 15:31:08 2016 +0200
+++ b/src/Pure/System/isabelle_system.scala	Tue Oct 18 16:03:30 2016 +0200
@@ -318,7 +318,7 @@
   def hostname(): String = bash("hostname -s").check.out
 
   def open(arg: String): Unit =
-    bash("exec \"$ISABELLE_OPEN\" " + File.bash_string(arg) + " >/dev/null 2>/dev/null &")
+    bash("exec \"$ISABELLE_OPEN\" " + Bash.string(arg) + " >/dev/null 2>/dev/null &")
 
   def pdf_viewer(arg: Path): Unit =
     bash("exec \"$PDF_VIEWER\" " + File.bash_path(arg) + " >/dev/null 2>/dev/null &")