diff options
author | Arun Isaac | 2022-01-04 11:32:40 +0530 |
---|---|---|
committer | Arun Isaac | 2022-01-04 12:10:56 +0530 |
commit | e08b25653d841ed067d39dd2c14d30c10520a2a4 (patch) | |
tree | 4ddad25e6a931d88e58d6296481ced70ef977400 | |
parent | 10b5e59ccebe44f99d823c50f6ed562b56b3e31c (diff) | |
download | genenetwork2-e08b25653d841ed067d39dd2c14d30c10520a2a4.tar.gz |
bin: Stop execution on error.
* bin/genenetwork2: Pass -e flag to sh.
-rwxr-xr-x | bin/genenetwork2 | 2 |
1 files changed, 1 insertions, 1 deletions
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. |