mrumtl

Describe materials that vary spectrally
git clone git://git.meso-star.fr/mrumtl.git
Log | Files | Refs | README | LICENSE

commit 3c2ab0ba194445c700ebd79bc8d0f1f2d937a360
parent 5428a313e23edb38f6066a4bf8f938bd35c53af0
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 11 Oct 2023 15:45:23 +0200

Explicitly enable the -e option in the make.sh script

It was previously defined in the shebang but was actually ignore.

Diffstat:
Mmake.sh | 4+++-
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) 2020, 2023 |Méso|Star> (contact@meso-star.com) # @@ -15,6 +15,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