>>>>> On Sun, 01 Jan 2023, Michał Górny wrote:
> +case ${EAPI} in
> + 6|7|8) ;;
> + *) die "${ECLASS}: EAPI ${EAPI} unsupported."
Are you sure that this will work without the final ;; terminator?
(Bash documentation says that a terminator is mandatory.)
Apart from that, I'd suggest to use the standard clause as in other
eclasses:
*) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
> +esac
signature.asc
Description: PGP signature
