avoid the extra shell on osx
svn: r8447
This commit is contained in:
parent
5d0d0ed44e
commit
9a34a06070
|
@ -80,8 +80,10 @@
|
|||
stype)])])
|
||||
(void))
|
||||
|
||||
(define osascript (delay (find-executable-path "osascript" #f)))
|
||||
(define (send-url/mac url-str)
|
||||
(browser-process (format "osascript -e 'open location \"~a\"'" url-str)))
|
||||
(browser-process (force osascript) "-e"
|
||||
(format "open location \"~a\"" url-str)))
|
||||
|
||||
(define (send-url/win url-str)
|
||||
(define (simple)
|
||||
|
|
Loading…
Reference in New Issue
Block a user