aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2022-01-04 11:32:40 +0530
committerArun Isaac2022-01-04 12:10:56 +0530
commite08b25653d841ed067d39dd2c14d30c10520a2a4 (patch)
tree4ddad25e6a931d88e58d6296481ced70ef977400
parent10b5e59ccebe44f99d823c50f6ed562b56b3e31c (diff)
downloadgenenetwork2-e08b25653d841ed067d39dd2c14d30c10520a2a4.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.