7 Commits (64bdc4e38cb000c62ce167d6315485178ca5e48c)

Author SHA1 Message Date
FriendlyNeighborhoodShane 64bdc4e38c test.sh: enable a bunch of tests
add source directives to code for shellcheck. yay flow analysis!
6 months ago
FriendlyNeighborhoodShane ba11fdc404 Apply shellcheck recommendations 6 months ago
FriendlyNeighborhoodShane 1074e15a0f Fix some shellcheck complaints 3 years ago
FriendlyNeighborhoodShane cb531cf13f script-addon.sh: better helper script detection 3 years ago
FriendlyNeighborhoodShane 9f429c16fe script-addin.sh: add footer meesage 3 years ago
FriendlyNeighborhoodShane 44a349c531 script-addon.sh: recursively pass files to functions, not dirs
The addon.d helper functions don't like being passed directories, so we
just use find and pass the them the files ourselves.

We could have implemented the helper functions, but there's too much of
a mess going on in the addon.d world. That will probably cause more problems
that it will solve.
3 years ago
FriendlyNeighborhoodShane 190131eafc script-{addon,init}.sh: split out from func-defconf.sh
The scripts were initially embedded because I didn't want to have extra
files other than the defconfs, but since we have funcs now anyway...
3 years ago