ソースを参照

remove bashism

pull/858/head
Luke Smith 1年前
コミット
caf2681891
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      bin/mailsync

+ 1
- 1
bin/mailsync ファイルの表示

@@ -76,7 +76,7 @@ if [ "$#" -gt "0" ]; then
done
accounts=$*
fi
[[ ! $accounts ]] && accounts="$(awk '/^Channel/ {print $2}' "$MBSYNCRC")"
[ -z "$accounts" ] && accounts="$(awk '/^Channel/ {print $2}' "$MBSYNCRC")"

# Parallelize multiple accounts
for account in $accounts; do


読み込み中…
キャンセル
保存