From d6517f51c34ef20fabbc80cf9cd96a5cdaeaf482 Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Sun, 10 Aug 2014 17:26:54 -0700 Subject: [PATCH] Git hooks use bash specific syntax --- git-hooks/post-checkout | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-hooks/post-checkout b/git-hooks/post-checkout index 5bb02c74c..a8b12067a 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