eclair/build-tfa-multiple.sh: export TF_CONFIG

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
Change-Id: I8f14c462cce6fba7c5ae2be51a10060f8c9694cd
diff --git a/eclair/build-tfa-multiple.sh b/eclair/build-tfa-multiple.sh
index ee233a5..10e226b 100755
--- a/eclair/build-tfa-multiple.sh
+++ b/eclair/build-tfa-multiple.sh
@@ -8,6 +8,7 @@
 
 for TF_CONFIG in ${TF_CONFIG_LIST}; do
     echo "============== ${TF_CONFIG} =============="
+    export TF_CONFIG
     detachLicense 3000
     time tf-a-ci-scripts/eclair/build-tfa.sh ${TF_CONFIG}
 done