From 67a0a4ce9f39a94169803324f9cd0a37b5c1a9ae 2014-08-11 00:26:54 From: Thomas Kluyver Date: 2014-08-11 00:26:54 Subject: [PATCH] Git hooks use bash specific syntax --- 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