Kaynağa Gözat

remove bashism

pull/858/head
Luke Smith 3 yıl önce
ebeveyn
işleme
caf2681891
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      bin/mailsync

+ 1
- 1
bin/mailsync Dosyayı Görüntüle

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


# Parallelize multiple accounts # Parallelize multiple accounts
for account in $accounts; do for account in $accounts; do


Yükleniyor…
İptal
Kaydet