Gentoo Archives: gentoo-catalyst

From: Mike Frysinger <vapier@g.o>
To: gentoo-catalyst@l.g.o
Cc: christo.kotsi@×××××.com
Subject: Re: [gentoo-catalyst] [PATCH 3/6] Concentrated export&delete_from_root lines
Date: Wed, 12 Apr 2017 19:24:52
Message-Id: 20170412192450.GE24205@vapier
In Reply to: [gentoo-catalyst] [PATCH 3/6] Concentrated export&delete_from_root lines by Christos Kotsi
1 On 12 Apr 2017 11:43, Christos Kotsi wrote:
2 > -export DISTDIR="/tmp/grp/${clst_grp_target}"
3 > -export PKGDIR="/tmp/grp/${clst_grp_target}"
4 > +export {DISTDIR,PKGDIR}="/tmp/grp/${clst_grp_target}"
5
6 don't use brace expansion with export. if you want to avoid duplicating,
7 set one var to the other var.
8 -mike

Attachments

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