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