Skip to content

Commit

Permalink
Merge branch 'dm/unbash-subtree'
Browse files Browse the repository at this point in the history
It turns out that git-subtree script does not have to be run with
bash.

* dm/unbash-subtree:
  contrib/git-subtree: Use /bin/sh interpreter instead of /bin/bash
  • Loading branch information
gitster committed Jun 5, 2013
2 parents eb26947 + 6912ea9 commit 779fd73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/subtree/git-subtree.sh
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
#
# git-subtree.sh: split/join git repositories in subdirectories of this one
#
Expand Down

0 comments on commit 779fd73

Please sign in to comment.