diff --git a/brethil_dotfile.sh b/brethil_dotfile.sh index 6b1e590..facca6f 100755 --- a/brethil_dotfile.sh +++ b/brethil_dotfile.sh @@ -8,7 +8,7 @@ uname=$(uname -a) if [[ $uname == *"Darwin"* ]]; then if [[ $(which brew) ]]; then os_extra=(osx brew) - elif [[ $(which port)]]; then + elif [[ $(which port) ]]; then os_extra=(osx macports) else os_extra=(osx)