mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-21 11:51:06 +00:00
bootstrap: switch to bash
Use of declare that is bash specific was introduced in: d44c923405e22ea8b6cc1ab4316be3cc07f29b5 Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
This commit is contained in:
parent
361f4f9a66
commit
e7fbcee0d5
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
virtualenv="virtualenv"
|
||||
|
|
Loading…
Reference in a new issue