>>>>> On Sat, 08 Jun 2024, Ulrich Müller wrote:

> -     [[ $# != 1 ]] && die "${FUNCNAME[0]} must receive exactly one argument"
> +     [[ $# = 1 ]] || die "${FUNCNAME[0]} must receive exactly one argument"
 
Ten seconds after hitting send I notice that these should use -eq,
not =. Also elsewhere in the eclass.

I've updated it locally.

Ulrich

Attachment: signature.asc
Description: PGP signature

Reply via email to