소스 검색
fatal breakage fixed
tags/v3.1
Luke Smith
5 년 전
No known key found for this signature in database
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" |
|
|
|