From 339e4d084bc8400f86b0fb3cf83bb3049f6b39ed Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 4 Jan 2022 11:32:40 +0530 Subject: bin: Stop execution on error. * bin/genenetwork2: Pass -e flag to sh. --- bin/genenetwork2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/genenetwork2 b/bin/genenetwork2 index eaf3f6ca..ce3678e4 100755 --- a/bin/genenetwork2 +++ b/bin/genenetwork2 @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/sh -e # # This is the startup script for GN2. It sets the environment variables to pick # up a Guix profile and allows for overriding parameters. -- cgit v1.2.3