[tor-commits] [ooni-probe/master] Fix typo
art at torproject.org
art at torproject.org
Wed Feb 4 13:27:15 UTC 2015
commit 9bc66e72853a473aa46639e2227e55bd6d5f9e67
Author: anadahz <kojgelo at inbox.com>
Date: Wed Feb 4 01:35:32 2015 +0100
Fix typo
---
setup-dependencies.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup-dependencies.sh b/setup-dependencies.sh
index 28593db..d96f2cf 100755
--- a/setup-dependencies.sh
+++ b/setup-dependencies.sh
@@ -20,7 +20,7 @@ elif [ -r /lib/lsb/init-functions ]; then
elif [ "$( lsb_release -is )" == "LinuxMint" ]; then
source $MINT_RELEASE_VARS
DISTRO="$ID"
- DISTRO_VERSION="$( echo $VERSION | cut -d' ' -f2 | tr [:upper:] [:lower:] )"
+ DISTRO_VERSION="$( echo $VERSION | cut -d' ' -f3 | tr [:upper:] [:lower:] )"
else
DISTRO="debian"
fi
More information about the tor-commits
mailing list