Files
third_party_tinyalsa/scripts
Ethan Sommer 01ed01a758 scripts/version.sh: switch from bash to POSIX sh
Change shebang to #!/bin/sh.
Remove usage of non-POSIX 'local' builtin, and replace it with using a
function's positional parameters to store variables, as they are local
to the function.
2020-05-22 20:47:34 -04:00
..