From 631504680ce31b1a181cf6617e87ef0cc2cefa26 Mon Sep 17 00:00:00 2001 From: zsloan Date: Fri, 28 Jan 2022 13:40:10 -0600 Subject: 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--- bin/genenetwork2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3