aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzsloan2022-01-28 13:40:10 -0600
committerGitHub2022-01-28 13:40:10 -0600
commit631504680ce31b1a181cf6617e87ef0cc2cefa26 (patch)
tree6466dec0827bb823268a9c04798b42a4dedd007c
parentfadf0b836d512c9839f91df77f5f957e7aca6a1c (diff)
downloadgenenetwork2-631504680ce31b1a181cf6617e87ef0cc2cefa26.tar.gz
Revert 'bin: Set shebang to sh instead of bash'
It seems that this also needed to be reverted, because I was getting the error below (which was prevented by reverting to #! /bin/bash): ./bin/genenetwork2: 135: ./bin/genenetwork2: Syntax error: redirection unexpected
-rwxr-xr-xbin/genenetwork22
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/genenetwork2 b/bin/genenetwork2
index ea5a4f50..ea70835b 100755
--- a/bin/genenetwork2
+++ b/bin/genenetwork2
@@ -1,4 +1,4 @@
-#! /bin/sh -e
+#! /bin/bash
#
# This is the startup script for GN2. It sets the environment variables to pick
# up a Guix profile and allows for overriding parameters.