[or-cvs] [tor/master] updated naming.

Nick Mathewson nickm at seul.org
Thu Oct 15 01:31:03 UTC 2009


Author: Andrew Lewman <andrew at torproject.org>
Date: Mon, 12 Oct 2009 08:36:39 -0400
Subject: updated naming.
Commit: c0ad6909247161a4de00051f2b6611be16eaa8e7

---
 contrib/osx/Tor |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/contrib/osx/Tor b/contrib/osx/Tor
index 0660fd7..bcddc0c 100755
--- a/contrib/osx/Tor
+++ b/contrib/osx/Tor
@@ -25,9 +25,9 @@ if [ -x /usr/bin/sw_vers ]; then
 # the OS version
   OSVER=`/usr/bin/sw_vers | grep ProductVersion | cut -f2 | cut -d"." -f1,2`
       case "$OSVER" in
-    "10.6") ARCH="universal";;
-	"10.5") ARCH="universal";;
- 	"10.4") ARCH="universal";;
+    "10.6") ARCH="i386";;
+	"10.5") ARCH="i386";;
+ 	"10.4") ARCH="i386";;
  	"10.3") ARCH="ppc";;
  	"10.2") ARCH="ppc";;
  	"10.1") ARCH="ppc";;
@@ -37,7 +37,7 @@ else
 	ARCH="unknown"
 fi
  
-if [ $ARCH != "universal" ]; then
+if [ $ARCH != "i386" ]; then
 	export EVENT_NOKQUEUE=1
 fi
 
-- 
1.5.6.5



More information about the tor-commits mailing list