Kaydet (Commit) f4f064da authored tarafından Thomas Klausner's avatar Thomas Klausner

git-hooks: post-merge script does not need /bin/bash

Just use /bin/sh, which exists on more systems.

Change-Id: I5e5453b89841510473414a4c339b647b4f95ae7b
üst 66fa7a3b
#!/bin/bash #!/bin/sh
# Do not warn if there were no real merge # Do not warn if there were no real merge
git rev-parse -q --verify HEAD^2 >/dev/null || exit git rev-parse -q --verify HEAD^2 >/dev/null || exit
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment