Turns out that BSD version number was incorrect

This commit is contained in:
Dylan Araps
2016-05-12 20:29:01 +10:00
parent f09279db3b
commit e67d6609d1

View File

@@ -507,7 +507,7 @@ getdistro () {
;;
"BSD")
distro="$(uname -sr)"
distro="$(uname -s)"
;;
"Windows")