commit d269adea6c96e809dd94345ad6595c6ecc00513c
parent de3baa35d3fa0abcd6e2e78b89be315085c13081
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Tue, 31 Oct 2023 15:20:24 +0100
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) 2018-2019, 2022-2023 Centre National de la Recherche Scientifique
# Copyright (C) 2020-2022 Institut Mines Télécom Albi-Carmaux
@@ -23,6 +23,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
+
install()
{
prefix=$1