From: Eoghan Glynn Date: Mon, 8 Oct 2012 11:51:17 +0000 (+0100) Subject: Fix hash-bang directive in nova_create_flavors.sh X-Git-Tag: 2014.1~1337^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=dd6975eadc7720c4dcd8624a1fb43c9ccb820259;p=openstack-build%2Fheat-build.git Fix hash-bang directive in nova_create_flavors.sh The script employs bash-isms, so the directive to use the Bourne shell causes some predictable failures: nova_create_flavors.sh: [[: not found ... etc. Change-Id: I60f3de55d2ebbfa47d444ec72c07728bbfa38be6 --- diff --git a/tools/nova_create_flavors.sh b/tools/nova_create_flavors.sh index 0bfc224c..8481723c 100755 --- a/tools/nova_create_flavors.sh +++ b/tools/nova_create_flavors.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Create additional nova instance types (flavors) # to map to the AWS instance types we have in the templates