From: Yehuda Sadeh Date: Sat, 7 Dec 2019 09:23:03 +0000 (+0200) Subject: bootstrap: switch to bash X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F330%2Fhead;p=s3-tests.git bootstrap: switch to bash Use of declare that is bash specific was introduced in: d44c923405e22ea8b6cc1ab4316be3cc07f29b5 Signed-off-by: Yehuda Sadeh --- diff --git a/bootstrap b/bootstrap index a6d7a5ab..f54ba61d 100755 --- a/bootstrap +++ b/bootstrap @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash set -e virtualenv="virtualenv"