From 6c6b89e19aaa261f390e9c0fb096381378d99eb7 Mon Sep 17 00:00:00 2001
From: Narinder Gupta <narinder.gupta@canonical.com>
Date: Fri, 10 Jun 2016 10:59:35 -0500
Subject: convert from shell to bash

Change-Id: I52e09120f97b8ca828538e89eef50a21672c477c
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
---
 ci/odl/fetch-charms.sh          | 2 +-
 ci/onos/fetch-charms.sh         | 2 +-
 ci/opencontrail/fetch-charms.sh | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ci/odl/fetch-charms.sh b/ci/odl/fetch-charms.sh
index 95f92c47..8d29e05c 100755
--- a/ci/odl/fetch-charms.sh
+++ b/ci/odl/fetch-charms.sh
@@ -1,4 +1,4 @@
-#!/bin/sh -ex
+#!/bin/bash -ex
 
 distro=$1
 mkdir -p $distro
diff --git a/ci/onos/fetch-charms.sh b/ci/onos/fetch-charms.sh
index af56c403..262e44db 100755
--- a/ci/onos/fetch-charms.sh
+++ b/ci/onos/fetch-charms.sh
@@ -1,4 +1,4 @@
-#!/bin/sh -ex
+#!/bin/bash -ex
 
 distro=$1
 mkdir -p $distro
diff --git a/ci/opencontrail/fetch-charms.sh b/ci/opencontrail/fetch-charms.sh
index b6efd316..c46fee21 100755
--- a/ci/opencontrail/fetch-charms.sh
+++ b/ci/opencontrail/fetch-charms.sh
@@ -1,4 +1,4 @@
-#!/bin/sh -ex
+#!/bin/bash -ex
 
 distro=$1
 mkdir precise
-- 
cgit