commit 46c796ef641ae286894dfd22cef62c62a425a204
parent 3f9c00de69688248f56a7aa6bf0c2295c82efa78
Author: Luke Smith <luke@lukesmith.xyz>
Date: Thu, 16 May 2019 13:59:09 -0400
fatal breakage fixed
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/mw b/bin/mw
@@ -7,7 +7,7 @@ command -V gpg >/dev/null 2>&1 && GPG="gpg" || GPG="gpg2"
}
! command -v mbsync >/dev/null && printf "\`mbsync\` must be installed to run mutt-wizard.\\n" && exit
-if [[ "$OSTYPE" == "darwin"* ]]; then
+if [ "$OSTYPE" = "darwin" ]; then
prefix="/usr/local"
else
prefix="/usr"