--- 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 &")