aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2022-01-04 11:32:40 +0530
committerArun Isaac2022-01-06 10:01:05 +0530
commit339e4d084bc8400f86b0fb3cf83bb3049f6b39ed (patch)
tree2684c24b5169d3a4c47986cf7147b9ffe52849d8
parent80003d3f892846c4475a1365c5c5129424970def (diff)
downloadgenenetwork2-339e4d084bc8400f86b0fb3cf83bb3049f6b39ed.tar.gz
bin: Stop execution on error.
* bin/genenetwork2: Pass -e flag to sh.
-rwxr-xr-xbin/genenetwork22
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.