-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Torsten Rehn wrote:
> On Wednesday 14 November 2007 14:21, you wrote:
>> But why is it standard to quote other assignments like in DESCRIPTION and
>> HOMEPAGE then?
>
> When assigning literal values as in DESCRIPTION and HOMEPAGE, you have to
> quote
On Wednesday 14 November 2007, Ferris McCormick wrote:
> Note, however, that for example in /usr/lib/portage/bin/ebuild.sh, it's
> always quoted (except once, which looks like an oversight).
I was talking about referencing variables when declaring other variables.
Whenever you actually use a vari
On Wed, 2007-11-14 at 14:53 +0100, Torsten Rehn wrote:
> On Wednesday 14 November 2007 14:21, you wrote:
> > But why is it standard to quote other assignments like in DESCRIPTION and
> > HOMEPAGE then?
>
> When assigning literal values as in DESCRIPTION and HOMEPAGE, you have to
> quote. ${WORKDI
On 11/14/07, Marijn Schouten (hkBst) <[EMAIL PROTECTED]> wrote:
>
> -BEGIN PGP SIGNED MESSAGE-
> But why is it standard to quote other assignments like in DESCRIPTION and
> HOMEPAGE then?
Probably because WORKDIR would be quoted where it is being used:
...
if [[ -d "${S}"/${dir} ]] ; the
On Wednesday 14 November 2007 14:21, you wrote:
> But why is it standard to quote other assignments like in DESCRIPTION and
> HOMEPAGE then?
When assigning literal values as in DESCRIPTION and HOMEPAGE, you have to
quote. ${WORKDIR} is quoted on its assignment and therefore does not have to
be q
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Piotr Jaroszyński wrote:
> On Wednesday 14 of November 2007 11:31:13 Torsten Rehn wrote:
>> On Wednesday 14 November 2007, Mike Doty wrote:
>>> S=${WORKDIR}
>> Shouldn't ${WORKDIR} be quoted here, too?
>
> No need to quote in assignments.
But why is
On Wednesday 14 of November 2007 11:31:13 Torsten Rehn wrote:
> On Wednesday 14 November 2007, Mike Doty wrote:
> > S=${WORKDIR}
>
> Shouldn't ${WORKDIR} be quoted here, too?
No need to quote in assignments.
--
Best Regards,
Piotr Jaroszyński
--
[EMAIL PROTECTED] mailing list
On Wednesday 14 November 2007, Mike Doty wrote:
> S=${WORKDIR}
Shouldn't ${WORKDIR} be quoted here, too?
Kind regards
--
Torsten Rehn <[EMAIL PROTECTED]>
Gentoo AMD64 Arch Tester
http://scel.info
signature.asc
Description: This is a digitally signed message part.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
A near identical copy of emul-libs.eclass, was done for a clean split
from the old emul systems.
I don't receive mail from this list, so CC me if you want me to see your
reply.
- --
===
Mike Doty