fixing a small error.

This commit is contained in:
staticsafe 2012-06-16 14:33:16 -04:00
parent 6437cc8f97
commit 1d960d8b9a
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ distrocheck() {
hash port &>/dev/null && userdistro="OSX" # For OSX, make sure the port binary is in your PATH first.
hash pkg_add &>/dev/null && userdistro="FreeBSD" # For FreeBSD
hash equo &>/dev/null && userdistro="Sabayon" # For Sabayon
hash emerge &>/dev/null && userdistro != "Sabayon" && userdistro="Gentoo" # For Gentoo
hash emerge &>/dev/null && $userdistro != "Sabayon" && userdistro="Gentoo" # For Gentoo
}
installpackages() {