[or-cvs] r16680: {tor} missed an OS var. (tor/branches/tor-0_2_0-patches/contrib/osx)

phobos at seul.org phobos at seul.org
Thu Aug 28 01:32:22 UTC 2008


Author: phobos
Date: 2008-08-27 21:32:21 -0400 (Wed, 27 Aug 2008)
New Revision: 16680

Modified:
   tor/branches/tor-0_2_0-patches/contrib/osx/Tor
Log:
missed an OS var.


Modified: tor/branches/tor-0_2_0-patches/contrib/osx/Tor
===================================================================
--- tor/branches/tor-0_2_0-patches/contrib/osx/Tor	2008-08-28 01:31:03 UTC (rev 16679)
+++ tor/branches/tor-0_2_0-patches/contrib/osx/Tor	2008-08-28 01:32:21 UTC (rev 16680)
@@ -34,7 +34,7 @@
  	"10.0") ARCH="ppc";;
       esac
 else
-	OS="unknown"
+	ARCH="unknown"
 fi
  
 if [ $ARCH != "universal" ]; then



More information about the tor-commits mailing list