Gentoo Archives: gentoo-dev

From: "Tomáš Chvátal" <tomas.chvatal@×××××.com>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] readme.gentoo.eclass: Add a readme.gentoo_force_print_elog function to force elog printing
Date: Thu, 24 Jan 2013 20:42:58
Message-Id: 3677854.t0mX8Gnp0i@arcarius
In Reply to: Re: [gentoo-dev] readme.gentoo.eclass: Add a readme.gentoo_force_print_elog function to force elog printing by Pacho Ramos
1 Dne Čt 24. ledna 2013 21:33:45, Pacho Ramos napsal(a):
2 > El mar, 22-01-2013 a las 19:42 +0100, Tomáš Chvátal escribió:
3 > > Dne Út 22. ledna 2013 19:37:12, Pacho Ramos napsal(a):
4 > > > I agree, thanks for pointing it. Just attached patch should handle it.
5 > >
6 > > Still not nice enough for me :D
7 > >
8 > > Use the ECLASS_VARIABLE to describe it @DEFAULT_UNSET is what you seek,
9 > > see
10 > > git-2.eclass.
11 > >
12 > > Tom
13 >
14 > What about this one?
15
16 - if ! [[ "${REPLACING_VERSIONS}" ]] || [[ "${FORCE_PRINT_ELOG}" ]]; then
17 + if ! [[ -n "${REPLACING_VERSIONS}" || -n "${FORCE_PRINT_ELOG}" ]]; then
18
19 But thats just cosmetic
20
21 Tom

Attachments

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

Replies