K 10 svn:author V 3 mat K 8 svn:date V 27 2018-01-23T15:53:56.388648Z K 7 svn:log V 430 Run Tools/scripts/mfh through devel/hs-ShellCheck. SC2068: Double quote array expansions to avoid re-splitting elements. SC2034: revs appears unused. Verify it or export it. SC2039: In POSIX sh, XXX is undefined. type -> command -v echo -n -> printf read -p -> printf + read SC2162: read without -r will mangle backslashes. SC2086: Double quote to prevent globbing and word splitting. Sponsored by: Absolight END