]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Fix hash-bang directive in nova_create_flavors.sh
authorEoghan Glynn <eglynn@redhat.com>
Mon, 8 Oct 2012 11:51:17 +0000 (12:51 +0100)
committerEoghan Glynn <eglynn@redhat.com>
Mon, 8 Oct 2012 11:53:36 +0000 (12:53 +0100)
commitdd6975eadc7720c4dcd8624a1fb43c9ccb820259
treec37ea232ead9fc3ed3d388fa4fdbe68684f7b696
parentf912bfc4d03f8c801c2b4d29bd1c9fa1a3396ced
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
tools/nova_create_flavors.sh