1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-09-28 20:01:31 +02:00

Fixed typo

This commit is contained in:
bretello 2017-07-17 02:03:37 +02:00
parent 46177a425c
commit aacccf60a9

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)