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:
parent
8fb0b6886c
commit
ebd4be7b97
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh -e
|
#!/bin/bash -e
|
||||||
|
|
||||||
usage() {
|
usage() {
|
||||||
cat <<'HERE'
|
cat <<'HERE'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user