Skip to content

Commit

Permalink
[Rel-Eng]: Change from '/bin/bash' to '/usr/bin/env bash' in the down…
Browse files Browse the repository at this point in the history
…load script

Modifies the top shebang from being #!/bin/bash to #!/usr/bin/env bash
in the 'download-cabal-install-release-binaries.sh'

The later seems more portable as learned from the PR review comments.
  • Loading branch information
arjunkathuria committed Dec 1, 2023
1 parent de694f7 commit 6f8c0b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release/download-cabal-install-release-binaries.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

# A script to download the release binary files for a given cabal release
# from upstream "downlods.haskell.org".
Expand Down

0 comments on commit 6f8c0b9

Please sign in to comment.