Index: git-templates/hooks/post-commit |
diff --git a/git-templates/hooks/post-commit b/git-templates/hooks/post-commit |
index 6b1c6c90eac9fddf8f65fc1554157fd8644427ee..dd177313bb5e88b33305caf189a55435b6bda2af 100755 |
--- a/git-templates/hooks/post-commit |
+++ b/git-templates/hooks/post-commit |
@@ -1,4 +1,4 @@ |
-#!/bin/bash |
+#!/bin/sh |
-[ -e "build/git-hooks/post-commit" ] && exec bash "build/git-hooks/post-commit" "$@" |
+[ -e "build/git-hooks/post-commit" ] && exec "build/git-hooks/post-commit" "$@" |
exit 0 |