diff options
author | Andrew Lewman <andrew@torproject.org> | 2008-08-28 01:32:45 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2008-08-28 01:32:45 +0000 |
commit | 5474a0085b931a3d21c53c3151f0d8c4a95e4c70 (patch) | |
tree | ed36f1f82037ab0564bf5860276f14576f9d601a /contrib | |
parent | d79537a806ae92ce8436a1f3ec5ef7d474be980e (diff) | |
download | tor-5474a0085b931a3d21c53c3151f0d8c4a95e4c70.tar.gz tor-5474a0085b931a3d21c53c3151f0d8c4a95e4c70.zip |
missed an OS var.
svn:r16681
Diffstat (limited to 'contrib')
-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 |