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:
Thomas Klausner 2015-02-13 16:40:36 +01:00
parent 66fa7a3b10
commit f4f064da1a

View file

@ -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