tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit a52e00b5b315101ccb84c0ed981b6f34c4c52def
parent 70415c9f729847a56e7feefe75e77b2cb96d4667
Author: rl1987 <rl1987@sdf.lonestar.org>
Date:   Sun, 23 Jun 2019 14:00:43 +0300

Fix shellcheck warning SC2034 in test_rebind.sh.

Bugfix on be0a4be276c945e4e90b43ce8f784b5b75bef122 (not in any Tor release).

Diffstat:
Msrc/test/test_rebind.sh | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/test/test_rebind.sh b/src/test/test_rebind.sh @@ -12,8 +12,6 @@ if test "$UNAME_OS" = 'CYGWIN' || \ fi fi -exitcode=0 - tmpdir= clean () { if [ -n "$tmpdir" ] && [ -d "$tmpdir" ]; then