diff options
author | Andrew Lewman <andrew@torproject.org> | 2008-08-28 01:32:21 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2008-08-28 01:32:21 +0000 |
commit | f4ee118639cbb0ed90ebfa682a698cbc45821122 (patch) | |
tree | 4c1b62530fc0c0ee1b332ae773ef6aa535d07594 | |
parent | ce0eeee5e40fb1dcbb3b266ac067c92996626b0d (diff) | |
download | tor-f4ee118639cbb0ed90ebfa682a698cbc45821122.tar.gz tor-f4ee118639cbb0ed90ebfa682a698cbc45821122.zip |
missed an OS var.
svn:r16680
-rwxr-xr-x | contrib/osx/Tor | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/osx/Tor b/contrib/osx/Tor index 2365790f4d..0660fd7c8d 100755 --- a/contrib/osx/Tor +++ b/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 |