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