install: do require bash, for simplicity

Supporting generic sh would mean testing with at least bash and dash.
/bin/bash will pretty much be always available ?

[ci skip]
This commit is contained in:
Simon Michael 2017-07-19 08:55:12 +01:00
parent 8fb0b6886c
commit ebd4be7b97

View File

@ -1,4 +1,4 @@
#!/bin/sh -e
#!/bin/bash -e
usage() {
cat <<'HERE'