PR#282 remove duplicate ${distro_more} check

This commit is contained in:
Marshall Banana
2015-11-14 16:56:18 +01:00
parent b6e2373e8e
commit 8b8e815cc6

View File

@@ -781,10 +781,6 @@ detectdistro () {
fi
fi
if [[ -n ${distro_more} ]]; then
distro_more="${distro} ${distro_more}"
fi
case $distro in
alpine) distro="Alpine Linux" ;;
antergos) distro="Antergos" ;;