Age | Commit message (Collapse) | Author |
|
Closes #40469
Signed-off-by: David Goulet <dgoulet@torproject.org>
|
|
Per <https://trac.torproject.org/projects/tor/ticket/34381>, these
contrib scripts were generated by older versions of Tor and shellcheck
will throw warnings if they still exist.
|
|
This check was accidentally disabled by a bad find command.
Fixes bug 32402; bugfix on 0.4.2.1-alpha.
Obviously correct changes to already reviewed code.
|
|
Closes 31679.
|
|
... on systems that don't have realpath.
Part of 31679.
|
|
* Move the shellcheck script from the Makefile to its own script file
* Reformat the shellcheck script so it's easier to read and modify
* Call the shellcheck script from the pre-commit hook
Fixes bug 30967; not in any released version of Tor.
|