From d9361d5a4aa62356c049868f9d81e5ffc511d211 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Mon, 24 Nov 2003 17:11:00 +0000 Subject: [PATCH] ppc-macosxonx -> ppc-darwin original commit: 414111b629881847238346a158f17766674ba82c --- collects/net/sendurl.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/net/sendurl.ss b/collects/net/sendurl.ss index 656b0452c3..d8e8531e3e 100644 --- a/collects/net/sendurl.ss +++ b/collects/net/sendurl.ss @@ -51,7 +51,7 @@ ;; Normal OS Classic: (send-event "MACS" "GURL" "GURL" url-str))] [(or (eq? (system-type) 'macosx) - (equal? "ppc-macosxonx" (system-library-subpath))) + (equal? "ppc-darwin" (system-library-subpath))) ;; not sure what changed, but this is wrong now.... -robby ;;(browser-process (format "osascript -e 'open location \"~a\"'" (regexp-replace* "%" url-str "%25"))) (browser-process (format "osascript -e 'open location \"~a\"'" url-str))]