diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2021-02-03 21:35:09 +0100 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2021-02-03 21:40:08 +0100 |
commit | 37a2d7859a89b8a034a4cc9c79bafe136a29ce2a (patch) | |
tree | eab03d3666aefa2f23c5006765afda0a5c96aa6c /build_matrix.sh | |
parent | a7754782b78dc5a84f2a7647b6409d596c8349e1 (diff) |
Use the "#!/usr/bin/env bash" shebang for portability
bash is not always in /bin.
Keeping bash for now, this change will help to test on other OSes.
Diffstat (limited to 'build_matrix.sh')
-rwxr-xr-x | build_matrix.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_matrix.sh b/build_matrix.sh index b3679cd0..fadb63c0 100755 --- a/build_matrix.sh +++ b/build_matrix.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # This script executes the matrix loops, exclude tests and cleaning. # It calls the build.sh script which runs one build with exported variables |