Skip to content

Commit a256a58

Browse files
committed
Merge branch 'dm/unbash-subtree' into maint
* dm/unbash-subtree: contrib/git-subtree: Use /bin/sh interpreter instead of /bin/bash
2 parents 8dbc039 + 6912ea9 commit a256a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/subtree/git-subtree.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/sh
22
#
33
# git-subtree.sh: split/join git repositories in subdirectories of this one
44
#

0 commit comments

Comments
 (0)