From 1e0d8dac23939a44fffe469c3c9a31cfabea689a Mon Sep 17 00:00:00 2001 From: Chandan Paul Date: Mon, 25 Nov 2024 22:06:13 -0500 Subject: [PATCH] FDS Build: Remove sh to allow bash shell to github linux actions --- Build/Scripts/build_thirdparty_libs.sh | 1 - Build/Scripts/set_compilers.sh | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Build/Scripts/build_thirdparty_libs.sh b/Build/Scripts/build_thirdparty_libs.sh index aca3e4194bb..b253d030912 100755 --- a/Build/Scripts/build_thirdparty_libs.sh +++ b/Build/Scripts/build_thirdparty_libs.sh @@ -6,7 +6,6 @@ echo "Current shell: $SHELL" source ../Scripts/set_compilers.sh - # PARSE OPTIONS FOR CLEAN LIBRARY BUILDS #################################### # Set FIREMODELS environment variable if it is not already exists. diff --git a/Build/Scripts/set_compilers.sh b/Build/Scripts/set_compilers.sh index 82862bd3c7a..5137d1bb7e3 100755 --- a/Build/Scripts/set_compilers.sh +++ b/Build/Scripts/set_compilers.sh @@ -1,3 +1,5 @@ +#!/bin/bash + echo "FDS build target = $FDS_BUILD_TARGET" # Initialize variables and check environment variables