..
original commit: fa01be1e36ead0391c9fddfd5cc6cbf3146276a0
This commit is contained in:
parent
11066aa53d
commit
145f4efec6
|
@ -41,6 +41,8 @@
|
|||
(send-event "MACS" "GURL" "GURL" str))]
|
||||
[(or (eq? (system-type) 'macosx)
|
||||
(equal? "ppc-macosxonx" (system-library-subpath)))
|
||||
(printf "str: ~s\n" str)
|
||||
(printf "osascript -e 'open location \"~a\"'" (regexp-replace* "%" str "%25"))
|
||||
(system (format "osascript -e 'open location \"~a\"'"
|
||||
(regexp-replace* "%" str "%25")))]
|
||||
[(eq? (system-type) 'windows)
|
||||
|
|
Loading…
Reference in New Issue
Block a user