commit 1c4135a4139b6e79ba828b29dc0096ad23960aaa
parent 91c56475b51d889dcebcf1a84daa9e604fa4325b
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Wed, 11 Oct 2023 16:56:30 +0200
Explicitly enable the -e option in the make.sh script
It was previously defined in the shebang but was actually ignore.
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/make.sh b/make.sh
@@ -1,4 +1,4 @@
-#!/bin/sh -e
+#!/bin/sh
# Copyright (C) 2022, 2023 |Méso|Star> (contact@meso-star.com)
# Copyright (C) 2020, 2021 Centre National de la Recherche Scientifique
@@ -16,6 +16,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
+set -e
+
config_test()
{
for i in "$@"; do