Merge pull request #330 from yehudasa/wip-bash

bootstrap: switch to bash
This commit is contained in:
Ali Maredia 2019-12-08 14:04:39 -05:00 committed by GitHub
commit 506e8e5d4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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