...
original commit: cfa23802335d6008cfecf57406d9e1cb1ce9524f
This commit is contained in:
parent
f3a3cd6605
commit
11066aa53d
|
@ -41,7 +41,8 @@
|
|||
(send-event "MACS" "GURL" "GURL" str))]
|
||||
[(or (eq? (system-type) 'macosx)
|
||||
(equal? "ppc-macosxonx" (system-library-subpath)))
|
||||
(system (format "osascript -e 'open location \"~a\"'" str))]
|
||||
(system (format "osascript -e 'open location \"~a\"'"
|
||||
(regexp-replace* "%" str "%25")))]
|
||||
[(eq? (system-type) 'windows)
|
||||
(shell-execute #f str "" (current-directory) 'SW_SHOWNORMAL)]
|
||||
[(eq? (system-type) 'unix)
|
||||
|
|
Loading…
Reference in New Issue
Block a user