From 487d03eca4093d6e699c07f192531dd8689b0bf7 Mon Sep 17 00:00:00 2001 From: Max Andreev Date: Fri, 17 Feb 2023 12:59:08 +0300 Subject: [PATCH] Fix openssl path again (#2409) * Temp fix openssl cert path * Moving fix from CI to fbtenv * Fix openssl again --- scripts/toolchain/fbtenv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/toolchain/fbtenv.sh b/scripts/toolchain/fbtenv.sh index 2d4d1724..8933bc48 100755 --- a/scripts/toolchain/fbtenv.sh +++ b/scripts/toolchain/fbtenv.sh @@ -290,7 +290,7 @@ fbtenv_main() fbtenv_set_shell_prompt; fbtenv_print_version; if [ "$SYS_TYPE" = "Linux" ]; then - SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt + export SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt fi PATH="$TOOLCHAIN_ARCH_DIR/python/bin:$PATH"; PATH="$TOOLCHAIN_ARCH_DIR/bin:$PATH";