Commit 15879c8d authored by dylan araps's avatar dylan araps

distro: Fix Gentoo detection error.

parent b633ce9a
......@@ -160,6 +160,7 @@ get_distro() {
fi
fi
distro="$(trim_quotes "$distro")"
distro="${distro/'NAME='}"
;;
"Mac OS X")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment