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