commit 9bc66e72853a473aa46639e2227e55bd6d5f9e67 Author: anadahz <kojg...@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 _______________________________________________ tor-commits mailing list tor-commits@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits