Merge branch 'dm/unbash-subtree'

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
This commit is contained in:
Junio C Hamano 2013-06-05 14:56:24 -07:00
commit 779fd737d7

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
#
# git-subtree.sh: split/join git repositories in subdirectories of this one
#