Merge pull request #6289 from takluyver/git-hooks-bash

Use bash shebang line for git hooks
This commit is contained in:
Min RK 2014-08-14 11:46:18 -07:00
commit 9c7bb48014

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
git submodule init
git submodule update