diff options
author | teor <teor2345@gmail.com> | 2017-03-01 11:21:07 +1100 |
---|---|---|
committer | teor <teor2345@gmail.com> | 2017-03-01 11:40:54 +1100 |
commit | 004ec8dc58078e6f4ab90f603ce3a9df3dd9e065 (patch) | |
tree | 532b6d4e494d87f88255f863243e3e810f4b1044 /changes | |
parent | 58908b6540d7296109b60e187ff788b20e79aba5 (diff) | |
download | tor-004ec8dc58078e6f4ab90f603ce3a9df3dd9e065.tar.gz tor-004ec8dc58078e6f4ab90f603ce3a9df3dd9e065.zip |
Restore support for test-network.sh on BSD and other systems without bash
(But use bash if it's available.)
This is a workaround until we remove bash-specific code in 19699.
Fixes bug 21581; bugfix on 21562, not in any released version of tor.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug21581 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug21581 b/changes/bug21581 new file mode 100644 index 0000000000..1077719856 --- /dev/null +++ b/changes/bug21581 @@ -0,0 +1,5 @@ + o Minor bugfixes (testing): + - Restore support for test-network.sh on BSD and other systems without + bash. (But use bash if it's available.) This is a workaround until we + remove bash-specific code in 19699. + Fixes bug 21581; bugfix on 21562, not in any released version of tor. |