Further fix for elementary OS detection.

This commit is contained in:
Brett Bohnenkamper
2013-07-01 02:08:06 -05:00
parent 28483ed670
commit 89c45a503e

View File

@@ -305,8 +305,7 @@ detectdistro () {
fi
elif [[ "${distro_detect}" == "elementary" || "${distro_detect}" == "elementary OS" ]]; then
distro="Elementary OS"
distro_release=null
distro_codename=null
distro_release="n/a"
elif [[ "${distro_detect}" == "Fedora" ]]; then
distro="Fedora"
elif [[ "${distro_detect}" == "frugalware" ]]; then