commit 979ad86a41b2638ee2a6ad62cb7ea1ec6b7b87cf
parent 80be4bb82a1f7af7df64a1485f4dc0375c8bfdaa
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Wed, 11 Oct 2023 17:08:29 +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 Centre National de la Recherche Scientifique
# Copyright (C) 2022, 2023 Institut Pierre-Simon Laplace
@@ -22,6 +22,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