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
1 changed files with 1 additions and 1 deletions

View File

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