From bd4f3e89fab9df3e12fef825856c6252cdcf5ed2 Mon Sep 17 00:00:00 2001 From: Jordan Carlin Date: Tue, 2 Jul 2024 21:41:37 -0700 Subject: [PATCH] Source package install script so variables are shared --- bin/wally-tool-chain-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/wally-tool-chain-install.sh b/bin/wally-tool-chain-install.sh index 3db0bb40f..55dcba9a3 100755 --- a/bin/wally-tool-chain-install.sh +++ b/bin/wally-tool-chain-install.sh @@ -70,9 +70,9 @@ echo "Installation path: $RISCV" # Install/update packages if root. Otherwise, check that packages are already installed. if [ "$ROOT" = true ]; then - ./wally-package-install.sh + source wally-package-install.sh else - ./wally-package-install.sh --check + source wally-package-install.sh --check fi if [ "$FAMILY" = rhel ]; then