Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-22 | scripts/version.sh: switch from bash to POSIX sh | Ethan Sommer | |
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. | |||
2019-04-10 | Rename version-bump to just version | Alexandru N. Onea | |