Explorar el Código

remove bashism

pull/858/head
Luke Smith hace 1 año
padre
commit
caf2681891
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      bin/mailsync

+ 1
- 1
bin/mailsync Ver fichero

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


Cargando…
Cancelar
Guardar