Explorar el Código

missed an OS var.

svn:r16681
Andrew Lewman hace 16 años
padre
commit
5474a0085b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      contrib/osx/Tor

+ 1 - 1
contrib/osx/Tor

@@ -34,7 +34,7 @@ if [ -x /usr/bin/sw_vers ]; then
  	"10.0") ARCH="ppc";;
       esac
 else
-	OS="unknown"
+	ARCH="unknown"
 fi
  
 if [ $ARCH != "universal" ]; then