Switch to sh interpreter

Thiere is nothing in this script which requires bash, and bash
is not available everywhere by default
This commit is contained in:
Dmitry Marakasov 2015-10-02 22:00:35 +03:00
parent fdf5c30a3e
commit 6ba793a553

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# Please run this script to configure the repository after cloning it.
# Stop on the first error.