diff options
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 |