mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
missed an OS var.
svn:r16681
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user