From 84376e09a45352bd1ee623a993d31839f36abc26 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gr=C3=A9goire=20Henry?= <gregoire.henry@ocamlpro.com>
Date: Thu, 21 Sep 2017 23:09:44 +0200
Subject: [PATCH] Alphanet: use `bash` inside the docker image.

---
 scripts/alphanet.sh              | 2 +-
 scripts/docker_entrypoint.inc.sh | 2 +-
 scripts/docker_entrypoint.sh     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/scripts/alphanet.sh b/scripts/alphanet.sh
index 99d1249ec..437f84fdd 100755
--- a/scripts/alphanet.sh
+++ b/scripts/alphanet.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#! /usr/bin/env bash
 
 set -e
 
diff --git a/scripts/docker_entrypoint.inc.sh b/scripts/docker_entrypoint.inc.sh
index 412bdd611..c23b8521f 100644
--- a/scripts/docker_entrypoint.inc.sh
+++ b/scripts/docker_entrypoint.inc.sh
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /usr/bin/env bash
 
 data_dir="/var/run/tezos"
 node_dir="${node_dir:=/var/run/tezos/node}"
diff --git a/scripts/docker_entrypoint.sh b/scripts/docker_entrypoint.sh
index bf689b946..e9fe9e98f 100755
--- a/scripts/docker_entrypoint.sh
+++ b/scripts/docker_entrypoint.sh
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /usr/bin/env bash
 
 set -e