From 944c2cf57df5b27f1ad5d7e5c7f57a457200f61f 2014-08-14 18:46:18 From: Min RK Date: 2014-08-14 18:46:18 Subject: [PATCH] Merge pull request #6289 from takluyver/git-hooks-bash Use bash shebang line for git hooks --- diff --git a/git-hooks/post-checkout b/git-hooks/post-checkout index 5bb02c7..a8b1206 100755 --- a/git-hooks/post-checkout +++ b/git-hooks/post-checkout @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash git submodule init git submodule update