Selaa lähdekoodia

spell

tags/v3.1
Luke Smith 5 vuotta sitten
vanhempi
commit
f106dbd363
No known key found for this signature in database GPG Key ID: 4C50B54A911F6252
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      bin/mw

+ 1
- 1
bin/mw Näytä tiedosto

@@ -215,7 +215,7 @@ finalize() { \
return 0
}

confirm() { printf "Do you want to to %s? [y/N]\\n\t" "$@" && read -r input && ! echo "$input" | grep -i "^y$\|^yes$" >/dev/null && printf "That doesn't seem like a yes to me.\\n\\n" && return 1
confirm() { printf "Do you want to %s? [y/N]\\n\t" "$@" && read -r input && ! echo "$input" | grep -i "^y$\|^yes$" >/dev/null && printf "That doesn't seem like a yes to me.\\n\\n" && return 1
printf "Are you really, really sure you want to %s?\\n\t" "$@" && read -r input && ! echo "$input" | grep -i "^y$\|^yes$" >/dev/null && printf "That doesn't seem like a yes to me.\\n\\n" && return 1
return 0 ;}



Ladataan…
Peruuta
Tallenna