original commit: fa01be1e36ead0391c9fddfd5cc6cbf3146276a0
This commit is contained in:
Robby Findler 2002-08-21 21:34:07 +00:00
parent 11066aa53d
commit 145f4efec6

View File

@ -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)