Skip to content

Commit

Permalink
Fixed shebang
Browse files Browse the repository at this point in the history
Not every OS has bash in the path used before. Let `/usr/bin/env` search for the correct path of bash.
  • Loading branch information
mfechner authored Jan 13, 2021
1 parent 92bbb8a commit 676d430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Usage: script/changelog [-r <repo>] [-b <base>] [-h <head>]
#
# repo: BASE string of GitHub REPOsitory url. e.g. "user_or_org/REPOsitory". Defaults to git remote url.
Expand Down

0 comments on commit 676d430

Please sign in to comment.