mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-22 14:23:04 +01:00
missed an OS var.
svn:r16681
This commit is contained in:
parent
d79537a806
commit
5474a0085b
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ if [ -x /usr/bin/sw_vers ]; then
|
||||||
"10.0") ARCH="ppc";;
|
"10.0") ARCH="ppc";;
|
||||||
esac
|
esac
|
||||||
else
|
else
|
||||||
OS="unknown"
|
ARCH="unknown"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ $ARCH != "universal" ]; then
|
if [ $ARCH != "universal" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue