]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
missed an OS var.
authorAndrew Lewman <andrew@torproject.org>
Thu, 28 Aug 2008 01:32:45 +0000 (01:32 +0000)
committerAndrew Lewman <andrew@torproject.org>
Thu, 28 Aug 2008 01:32:45 +0000 (01:32 +0000)
svn:r16681

contrib/osx/Tor

index 2365790f4d148d9d75ab0e8bc02dfc6b0eb727aa..0660fd7c8d7fa4fbff2cdb229a69e39f4e53d3c7 100755 (executable)
@@ -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