From aacccf60a96fdb6ec12ecbe65d15e05a8796619d Mon Sep 17 00:00:00 2001 From: bretello Date: Mon, 17 Jul 2017 02:03:37 +0200 Subject: [PATCH] Fixed typo --- brethil_dotfile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)