s/warn/info/

This commit is contained in:
Mike Makonnen 2003-06-20 19:36:56 +00:00
parent 8923e98bdc
commit 0e08168e03

View File

@ -166,7 +166,7 @@ shell_exists()
fi
fi
! [ -x "$_sh" ] &&
warn "The shell ($_sh) does not exist or is not executable."
info "The shell ($_sh) does not exist or is not executable."
return 0
}