rngrd

Describe a surface and its physical properties
git clone git://git.meso-star.fr/rngrd.git
Log | Files | Refs | README | LICENSE

commit b2513c79c1e5e7f2ef5c91adc7f133a862ebc124
parent 1541bbb69eaaeb6c1261d3086c49ec23f8c8bebd
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 11 Oct 2023 17:16:19 +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) 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