From 439d472ab0ca7291cb9dffb131ed837a122e6ee9 Mon Sep 17 00:00:00 2001 From: Greg Hendershott Date: Mon, 25 Nov 2019 15:30:55 -0500 Subject: [PATCH] Edit comment about #!/bin/bash --- install-racket.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/install-racket.sh b/install-racket.sh index aa9cba5..4515c22 100755 --- a/install-racket.sh +++ b/install-racket.sh @@ -1,7 +1,10 @@ #!/bin/bash - -# IMPORTANT: Your .travis.yml must pipe this to bash (not to sh)! -# In the Travis CI environment a #!/bin/bash shebang here won't help. +# +# In the Travis CI environment `#!/bin/bash` won't suffice (it's here +# to make shellcheck happy and for convenience when using this script +# locally). +# +# Instead .travis.yml should pipe this script to bash (not to sh). set -e