diff options
Diffstat (limited to 'ci/onos/fetch-charms.sh')
-rwxr-xr-x | ci/onos/fetch-charms.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |