summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-05-16 13:59:09 -0400
committerLuke Smith <luke@lukesmith.xyz>2019-05-16 13:59:09 -0400
commit46c796ef641ae286894dfd22cef62c62a425a204 (patch)
tree4c12a20a47cc15f4356d8d02ba7a7716ffe28f2b
parent3f9c00de69688248f56a7aa6bf0c2295c82efa78 (diff)
fatal breakage fixed
-rwxr-xr-xbin/mw2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mw b/bin/mw
index a415f0e..7eefed9 100755
--- 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"