commit | fcc56b6705b1f148a0ad283ddd411068960812f1 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Tue Apr 13 14:41:37 2021 -0500 |
committer | Andrew Jeffery <andrew@aj.id.au> | Tue Apr 27 23:45:15 2021 +0000 |
tree | b21811cf6e77d52bc9054cceb9b83364119654a8 | |
parent | 07758dcaa3725614d282869c579099d02a1b49f1 [diff] |
bootstrap: fix shellcheck warnings Shellcheck reports issues in the [mostly] common bootstrap script found in our autotools repositories. Apply fixes for the issues reported by this tool: - not handling filenames with spaces. - not using portable `find` parameters. - squash warning for purposeful string non-evaluation in help-text. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I86ef079c9632e5563a1a56d6a2e23aad59ecbc57