Gentoo Archives: gentoo-dev

From: Ionen Wolkens <ionen@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH v2 1/1] edo.eclass: add new eclass
Date: Sun, 17 Apr 2022 01:17:27
Message-Id: Yltqma0WEH9kC1ik@eversor
In Reply to: Re: [gentoo-dev] [PATCH v2 1/1] edo.eclass: add new eclass by Ionen Wolkens
1 On Sat, Apr 16, 2022 at 08:50:46PM -0400, Ionen Wolkens wrote:
2 > e.g. if using edo to replace stuff like
3 > # ./configure is not real autoconf!
4 > local cmd=(
5 > ./configure
6 > --args
7 > ${EXTRA_ECONF}
8 > )
9 > echo ${cmd[*]}"
10 > "${cmd[@]}" || die "cmd failed: ${cmd[*]}"
11
12 Albeit on that note, when already using arrays like that edo is
13 probably not super useful :) Just saved one line and a || die.
14
15 --
16 ionen

Attachments

File name MIME type
signature.asc application/pgp-signature