mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 01:06:27 +00:00
Merge pull request #2285 from deitch/fix-bashism-in-update-script
Remove bashism in script
This commit is contained in:
commit
5b86baeb17
@ -7,7 +7,7 @@ set -e
|
||||
# see usage() for usage and functionality
|
||||
#
|
||||
|
||||
function usage() {
|
||||
usage() {
|
||||
cat >&2 <<EOF
|
||||
$0 --<mode> <how-to-find> <new-hash>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user