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