From 5cdbdd2ccd5c909c49d843ab176a4d35b2e308a7 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Tue, 25 Nov 2014 23:07:29 +0100 Subject: examples: Use /bin/sh as the shell for scripts (instead of bash). Scripts seem to be POSIX shell conformant, so no need to be specific. Signed-off-by: Przemyslaw Pawelczyk --- examples/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/pre-commit') diff --git a/examples/pre-commit b/examples/pre-commit index 5bed048..b91635d 100644 --- a/examples/pre-commit +++ b/examples/pre-commit @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # # An example hook script to store metadata information using # metastore on each commit. -- cgit v1.2.1