Chromium Code Reviews| Index: git-templates/hooks/pre-auto-gc |
| diff --git a/git-templates/hooks/pre-auto-gc b/git-templates/hooks/pre-auto-gc |
| index 0b87a0f80b060c915dd5146e0b0c7da5ee6de5b4..0bde94fe6eb541198868bd62340376149716ec4b 100755 |
| --- a/git-templates/hooks/pre-auto-gc |
| +++ b/git-templates/hooks/pre-auto-gc |
| @@ -1,4 +1,4 @@ |
| -#!/bin/bash |
| +#!/bin/sh |
| -[ -e "build/git-hooks/pre-auto-gc" ] && exec bash "build/git-hooks/pre-auto-gc" "$@" |
| +[ -e "build/git-hooks/pre-auto-gc" ] && exec "build/git-hooks/pre-auto-gc" "$@" |
| exit 0 |