mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
missed an OS var.
svn:r16681
This commit is contained in:
parent
d79537a806
commit
5474a0085b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user