forked from TrueCloudLab/s3-tests
bootstrap: switch to bash
Use of declare that is bash specific was introduced in:
d44c923405e22ea8b6cc1ab4316be3cc07f29b5
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
(cherry picked from commit e7fbcee0d5
)
This commit is contained in:
parent
65f3441636
commit
5f4f0a9c38
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
if [ -f /etc/debian_version ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue