fix dangling quote
svn: r6906
This commit is contained in:
parent
816d216862
commit
d7e79cde81
|
@ -56,8 +56,7 @@
|
||||||
(cond
|
(cond
|
||||||
[(procedure? external) (external url-str)]
|
[(procedure? external) (external url-str)]
|
||||||
[(eq? stype 'macosx)
|
[(eq? stype 'macosx)
|
||||||
(browser-process
|
(browser-process (format "open \"~a\"" url-str))]
|
||||||
(format "open \"~a\"'" url-str))]
|
|
||||||
[(eq? stype 'windows)
|
[(eq? stype 'windows)
|
||||||
(shell-execute #f url-str "" (current-directory) 'SW_SHOWNORMAL)]
|
(shell-execute #f url-str "" (current-directory) 'SW_SHOWNORMAL)]
|
||||||
[(not (eq? stype 'unix))
|
[(not (eq? stype 'unix))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user