Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
Change shebang line to require bash rather than sh
Browse files Browse the repository at this point in the history
${FOO:-default} is a bashism anyway
  • Loading branch information
Sam Stokes committed Aug 16, 2010
1 parent 775442b commit ffbee14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/git-unmerged 100755 → 100644
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

# Opens gitk (set GIT_VISUAL to override), showing all heads in the local repo and on github,
# as far as they have not yet been merged into master. The beta head is omitted to make
Expand Down

0 comments on commit ffbee14

Please sign in to comment.