diff options
author | Arun Isaac | 2022-01-04 11:32:40 +0530 |
---|---|---|
committer | Arun Isaac | 2022-01-06 10:01:05 +0530 |
commit | 339e4d084bc8400f86b0fb3cf83bb3049f6b39ed (patch) | |
tree | 2684c24b5169d3a4c47986cf7147b9ffe52849d8 /bin | |
parent | 80003d3f892846c4475a1365c5c5129424970def (diff) | |
download | genenetwork2-339e4d084bc8400f86b0fb3cf83bb3049f6b39ed.tar.gz |
bin: Stop execution on error.
* bin/genenetwork2: Pass -e flag to sh.
Diffstat (limited to 'bin')
-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. |