Fixed typo

whole-command-tab-completion
bretello 2017-07-17 02:03:37 +02:00
parent 46177a425c
commit aacccf60a9
1 changed files with 1 additions and 1 deletions

View File

@ -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)