summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-11-06 15:40:39 +1000
committerteor <teor@torproject.org>2019-11-06 15:49:50 +1000
commit57baea701f8852b94d8ebc3fd8e70ccc998f5036 (patch)
tree0d2b829956af644669984c7ad1bf4ca9e50dd353 /changes
parent76fd872db88782c6bce1b539e27ba1d1ab88cbdb (diff)
downloadtor-57baea701f8852b94d8ebc3fd8e70ccc998f5036.tar.gz
tor-57baea701f8852b94d8ebc3fd8e70ccc998f5036.zip
shellcheck: Start checking most scripts for errors
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.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug324023
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug32402 b/changes/bug32402
new file mode 100644
index 0000000000..0654389be3
--- /dev/null
+++ b/changes/bug32402
@@ -0,0 +1,3 @@
+ o Minor bugfixes (shellcheck):
+ - Start checking most scripts for shellcheck errors again.
+ Fixes bug 32402; bugfix on 0.4.2.1-alpha.