star-vx

Structuring voxels for ray-tracing
git clone git://git.meso-star.fr/star-vx.git
Log | Files | Refs | README | LICENSE

commit 058ff41d7cb70098e5c1b9155498e90e44d4ae6c
parent 7fa63e30d52fc834f9cbe8e63c446b9b807b432b
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 11 Oct 2023 15:53:03 +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) 2018, 2020-2023 |Méso|Star> (contact@meso-star.com) # Copyright (C) 2018 Université Paul Sabatier @@ -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