Kaynağa Gözat

minor improvement of regex

tags/v3.3
Luke Smith 5 yıl önce
ebeveyn
işleme
423112a3ab
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: 4C50B54A911F6252
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      bin/mw

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

@@ -184,7 +184,7 @@ delete() { if [ -z "${fulladdr+x}" ]; then
askinfo() { \
[ -z "$fulladdr" ] && echo "Give the full email address to add:" &&
read -r fulladdr
while ! echo "$fulladdr" | grep -qE ".+@.+\..+"; do
while ! echo "$fulladdr" | grep -qE "^.+@.+\.[A-z]+$"; do
echo "\`$fulladdr\` is not a valid email address. Please retype the address:"
read -r fulladdr
done


Yükleniyor…
İptal
Kaydet