From e7fbcee0d5d418675ddbb2f21102508d6b36067a Mon Sep 17 00:00:00 2001 From: Yehuda Sadeh Date: Sat, 7 Dec 2019 11:23:03 +0200 Subject: [PATCH] bootstrap: switch to bash Use of declare that is bash specific was introduced in: d44c923405e22ea8b6cc1ab4316be3cc07f29b5 Signed-off-by: Yehuda Sadeh --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index a6d7a5a..f54ba61 100755 --- a/bootstrap +++ b/bootstrap @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash set -e virtualenv="virtualenv"