diff --git a/collects/net/sendurl.ss b/collects/net/sendurl.ss index 75f26fc950..2648c7075d 100644 --- a/collects/net/sendurl.ss +++ b/collects/net/sendurl.ss @@ -81,8 +81,8 @@ (define osascript (delay (find-executable-path "osascript" #f))) (define (send-url/mac url-str) - (browser-process (force osascript) "-e" - (format "open location \"~a\"" url-str))) + (browser-process* (force osascript) "-e" + (format "open location \"~a\"" url-str))) (define (send-url/win url-str) (define (simple)