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:
Yehuda Sadeh 2019-12-07 11:23:03 +02:00
parent 65f3441636
commit 5f4f0a9c38

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
set -e
if [ -f /etc/debian_version ]; then