distro: Fix Gentoo detection error.

This commit is contained in:
dylan araps 2017-09-15 08:16:51 +10:00
parent b633ce9a0c
commit 15879c8df8

View file

@ -160,6 +160,7 @@ get_distro() {
fi
fi
distro="$(trim_quotes "$distro")"
distro="${distro/'NAME='}"
;;
"Mac OS X")