mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
Stop looking for scripts in the build directory during "make shellcheck"
Fixes bug 30263; bugfix on 0.4.0.1-alpha.
This commit is contained in:
parent
24b68b4777
commit
1788343aff
@ -220,7 +220,7 @@ shellcheck:
|
|||||||
if command -v shellcheck; then \
|
if command -v shellcheck; then \
|
||||||
find $(top_srcdir)/scripts/ -name "*.sh" -exec shellcheck {} +; \
|
find $(top_srcdir)/scripts/ -name "*.sh" -exec shellcheck {} +; \
|
||||||
if [ -d "$(top_srcdir)/scripts/test" ]; then \
|
if [ -d "$(top_srcdir)/scripts/test" ]; then \
|
||||||
shellcheck $(top_srcdir)/scripts/test/cov-diff $(top_builddir)/scripts/test/coverage; \
|
shellcheck $(top_srcdir)/scripts/test/cov-diff $(top_srcdir)/scripts/test/coverage; \
|
||||||
fi; \
|
fi; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
3
changes/bug30263
Normal file
3
changes/bug30263
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
o Minor bugfixes (shellcheck):
|
||||||
|
- Stop looking for scripts in the build directory during
|
||||||
|
"make shellcheck". Fixes bug 30263; bugfix on 0.4.0.1-alpha.
|
Loading…
Reference in New Issue
Block a user