Fix shellcheck warning SC2034 in test_rebind.sh.

Bugfix on be0a4be276 (not in any Tor release).
This commit is contained in:
rl1987 2019-06-23 14:00:43 +03:00
parent 70415c9f72
commit a52e00b5b3

View file

@ -12,8 +12,6 @@ if test "$UNAME_OS" = 'CYGWIN' || \
fi
fi
exitcode=0
tmpdir=
clean () {
if [ -n "$tmpdir" ] && [ -d "$tmpdir" ]; then