From c0de4f3a849aa067413f3881fa5814eb1ab8d5a9 Mon Sep 17 00:00:00 2001 From: The Aviator Date: Sun, 14 Jun 2015 13:41:12 -0400 Subject: [PATCH] Realize not everybody has bash --- tools/git-submodule/install | 2 +- tools/hg-subrepo/install | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/git-submodule/install b/tools/git-submodule/install index b1baa33..ca1e329 100755 --- a/tools/git-submodule/install +++ b/tools/git-submodule/install @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/usr/bin/env sh set -e diff --git a/tools/hg-subrepo/install b/tools/hg-subrepo/install index 3d97dd0..e809e93 100755 --- a/tools/hg-subrepo/install +++ b/tools/hg-subrepo/install @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/usr/bin/env sh set -e