diff --git a/centaur/centaur.sh b/centaur/centaur.sh index da077161816..e4c04b63c79 100644 --- a/centaur/centaur.sh +++ b/centaur/centaur.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash CMD='sbt' if [ -n "$1" ]; then diff --git a/centaur/src/main/resources/standardTestCases/output_redirection/output_redirection.wdl b/centaur/src/main/resources/standardTestCases/output_redirection/output_redirection.wdl index 67d396f2acd..f43de892a88 100644 --- a/centaur/src/main/resources/standardTestCases/output_redirection/output_redirection.wdl +++ b/centaur/src/main/resources/standardTestCases/output_redirection/output_redirection.wdl @@ -1,6 +1,6 @@ task output_redirection { command { - echo "#!/bin/bash" > writeToStderr.sh + echo "#!/usr/bin/env bash" > writeToStderr.sh # Yes, this is deliberate. We'll eventually end up redirecting this to stdout: echo "echo 'should be on stdout' >&2" >> writeToStderr.sh diff --git a/cromwell.example.backends/HtCondor.conf b/cromwell.example.backends/HtCondor.conf index 60dff5e01fd..45ce8de0b1b 100644 --- a/cromwell.example.backends/HtCondor.conf +++ b/cromwell.example.backends/HtCondor.conf @@ -54,7 +54,7 @@ backend { submit-docker = """ chmod 755 ${script} cat > ${cwd}/execution/dockerScript < ${cwd}/execution/dockerScript <