Browse Source

fatal breakage fixed

tags/v3.1
Luke Smith 5 years ago
parent
commit
46c796ef64
No known key found for this signature in database GPG Key ID: 4C50B54A911F6252
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bin/mw

+ 1
- 1
bin/mw View File

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


Loading…
Cancel
Save