aboutsummaryrefslogtreecommitdiff
path: root/aux/workflow/assert-spelling.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove extra \\ after | in line breaksEuAndreh2021-07-271-2/+2
| | | | Implements #task-1f103822-c865-254c-f6b6-4968f2fb473e.
* aux/: Stick to 80 columnsEuAndreh2021-07-271-11/+14
|
* aux/lib.sh: Add mkstemp and mkdtemp, and copy uuid overEuAndreh2021-07-151-3/+5
| | | | | | | | | | | | | | | The tests were relying on the unspecified and non-standartized behaviour of "mktemp". Now they use "mkstemp()", a shim sh function to provide the expected behaviour, and an accompanying "mkdtemp()" function is also defined. To further decouple from specific implementations and OS-behaviours and quirks, a aux/lib.sh file containing both those functions was added. Its purpose is to also allow code under aux/ to not depend on specific behaviour. "mkdtemp()" had to be replicated in aux/ci/ci-build.sh, since it runs outside the repository.
* git mv doc/spelling/ po/EuAndreh2021-07-081-4/+4
|
* aux/workflow/assert-spelling.sh: Define assert_arg anywayEuAndreh2021-06-261-4/+8
|
* aux/workflow/assert-spelling.sh: Get files as arguments instead of assuming ↵EuAndreh2021-06-261-2/+3
| | | | they're under public/
* aux/workflow/assert-spelling.sh: Add; init dictionaries; fix spellingEuAndreh2021-06-251-0/+68
- aux/workflow/l10n.sh: fix handling of $@; - Makefile: remove circular dependency between dev-check and public by adding the "l10n-gen" target.