On 12 Apr 2017 11:43, Christos Kotsi wrote:
> -export DISTDIR="/tmp/grp/${clst_grp_target}"
> -export PKGDIR="/tmp/grp/${clst_grp_target}"
> +export {DISTDIR,PKGDIR}="/tmp/grp/${clst_grp_target}"

don't use brace expansion with export.  if you want to avoid duplicating,
set one var to the other var.
-mike

Attachment: signature.asc
Description: Digital signature

Reply via email to