git-hooks: post-merge script does not need /bin/bash
Just use /bin/sh, which exists on more systems. Change-Id: I5e5453b89841510473414a4c339b647b4f95ae7b
This commit is contained in:
parent
66fa7a3b10
commit
f4f064da1a
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
# Do not warn if there were no real merge
|
||||
git rev-parse -q --verify HEAD^2 >/dev/null || exit
|
||||
|
|
Loading…
Reference in a new issue