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