mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-26 11:52:43 +03:00
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() {
|
||||
cat <<'HERE'
|
||||
|
Loading…
Reference in New Issue
Block a user