From 3b4684f873d0067a8f9175837c72b7a710f0bc45 Mon Sep 17 00:00:00 2001 From: Robert Martin-Legene <robert@nic.ar> Date: Mon, 30 Sep 2019 18:39:00 -0300 Subject: [PATCH] Remember to export shell variables --- bin/libbfa.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/libbfa.sh b/bin/libbfa.sh index b7a3487..2490830 100644 --- a/bin/libbfa.sh +++ b/bin/libbfa.sh @@ -198,6 +198,6 @@ function bfainit if [ -z "$SOURCED_BFAINIT_SH" ] then - SOURCED_BFAINIT_SH=yes + export SOURCED_BFAINIT_SH=yes bfainit fi -- GitLab