Kaynağa Gözat

avoid regex issue

tags/v3.3
Luke Smith 3 yıl önce
ebeveyn
işleme
4d411d8179
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

@@ -183,7 +183,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 "^.+@.+\.[A-z]+$"; do
while ! echo "$fulladdr" | grep -qE "^.+@.+\.[A-Za-z]+$"; do
echo "\`$fulladdr\` is not a valid email address. Please retype the address:"
read -r fulladdr
done


Yükleniyor…
İptal
Kaydet