Chromium Code Reviews| Index: git-templates/hooks/applypatch-msg |
| diff --git a/git-templates/hooks/applypatch-msg b/git-templates/hooks/applypatch-msg |
| index bc62ba94b62193467c52daea211a2d73f6e5bfeb..35e558bfca72f1a06a52ce77e3e1cf1fec1624fd 100755 |
| --- a/git-templates/hooks/applypatch-msg |
| +++ b/git-templates/hooks/applypatch-msg |
| @@ -1,4 +1,4 @@ |
| -#!/bin/bash |
| +#!/bin/sh |
| -[ -e "build/git-hooks/applypatch-msg" ] && exec bash "build/git-hooks/applypatch-msg" "$@" |
| +[ -e "build/git-hooks/applypatch-msg" ] && exec "build/git-hooks/applypatch-msg" "$@" |
| exit 0 |