Skip to content

Commit 1e0d8da

Browse files
committed
FDS Build: Remove sh to allow bash shell to github linux actions
1 parent 1e3a32e commit 1e0d8da

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Build/Scripts/build_thirdparty_libs.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ echo "Current shell: $SHELL"
66
source ../Scripts/set_compilers.sh
77

88

9-
109
# PARSE OPTIONS FOR CLEAN LIBRARY BUILDS ####################################
1110

1211
# Set FIREMODELS environment variable if it is not already exists.

Build/Scripts/set_compilers.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/bash
2+
13
echo "FDS build target = $FDS_BUILD_TARGET"
24

35
# Initialize variables and check environment variables

0 commit comments

Comments
 (0)