diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-06-10 10:59:35 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-06-10 11:00:10 -0500 |
commit | 6c6b89e19aaa261f390e9c0fb096381378d99eb7 (patch) | |
tree | a0a58e2eb574c5a77eacbb635ee7c42f23ae9082 | |
parent | 3e63366a753efa8fa92fff8d315a3655698c7c09 (diff) |
convert from shell to bash
Change-Id: I52e09120f97b8ca828538e89eef50a21672c477c
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
-rwxr-xr-x | ci/odl/fetch-charms.sh | 2 | ||||
-rwxr-xr-x | ci/onos/fetch-charms.sh | 2 | ||||
-rwxr-xr-x | 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 |