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 /ci/opencontrail | |
parent | 3e63366a753efa8fa92fff8d315a3655698c7c09 (diff) |
convert from shell to bash
Change-Id: I52e09120f97b8ca828538e89eef50a21672c477c
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/opencontrail')
-rwxr-xr-x | ci/opencontrail/fetch-charms.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |