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
signature.asc
Description: Digital signature
