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