From 72ec3712a929f61c2c1172c0cb9d317972a3115a Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 19 Oct 2024 22:01:03 +0300 Subject: [PATCH] minor fixes... Signed-off-by: Alex A. Naanou --- .pct-helpers | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pct-helpers b/.pct-helpers index 2f734f2..108aa1a 100644 --- a/.pct-helpers +++ b/.pct-helpers @@ -228,12 +228,12 @@ xreadYes(){ # XXX check DFL_..??? if [[ "${!var}" == "SKIP" ]] ; then eval "$var=" - return + return 1 fi if [ -z ${!var} ] ; then if [[ "$(eval "echo \$DFL_${var}")" == "SKIP" ]] ; then eval "$var=" - return + return 1 elif [ -z $(eval "echo \$DFL_${var}") ] ; then local yes=y local no=N