浏览代码
fatal breakage fixed
tags/v3.1
Luke Smith
5 年前
找不到此签名对应的密钥
GPG 密钥 ID: 4C50B54A911F6252
共有
1 个文件被更改,包括
1 次插入 和
1 次删除
-
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" |
|
|
|