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:
Yehuda Sadeh 2019-12-07 11:23:03 +02:00
parent 361f4f9a66
commit e7fbcee0d5

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
set -e
virtualenv="virtualenv"