diff --git a/pash b/pash index 61ff9c9..f333710 100755 --- a/pash +++ b/pash @@ -94,7 +94,7 @@ yn() { # Handle the answer here directly, enabling this function's # return status to be used in place of checking for '[yY]' # throughout this program. - glob "$answer" '[yY]' || return 1 && return 0 + glob "$answer" '[yY]' } glob() {