Make sure bash can be found on *BSD

This commit is contained in:
Guillaume Ballet 2019-07-28 07:08:56 +00:00
parent 8390da9b7b
commit fc220c17ec

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# #
# This script creates a virtualenv named 'env' and installs all # This script creates a virtualenv named 'env' and installs all
# python dependencies before activating the env and running Electrum. # python dependencies before activating the env and running Electrum.