Index: git-templates/hooks/prepare-commit-msg |
diff --git a/git-templates/hooks/prepare-commit-msg b/git-templates/hooks/prepare-commit-msg |
index c76199663560680d6e00d7639d183d86c1203d02..9edd243ceeab1681dc6ce5f2ff173450aef21fe8 100755 |
--- a/git-templates/hooks/prepare-commit-msg |
+++ b/git-templates/hooks/prepare-commit-msg |
@@ -1,4 +1,4 @@ |
-#!/bin/bash |
+#!/bin/sh |
-[ -e "build/git-hooks/prepare-commit-msg" ] && exec bash "build/git-hooks/prepare-commit-msg" "$@" |
+[ -e "build/git-hooks/prepare-commit-msg" ] && exec "build/git-hooks/prepare-commit-msg" "$@" |
exit 0 |