tor

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

commit 61aed5200c89ebafb2db6330a52f9c34d674f294
parent 90a74a2ea82edba1beacd9e84291b128f82116a8
Author: David Goulet <dgoulet@torproject.org>
Date:   Tue, 26 Oct 2021 14:33:49 -0400

Merge branch 'maint-0.4.5' into maint-0.4.6

Diffstat:
Mscripts/ci/ci-driver.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/ci/ci-driver.sh b/scripts/ci/ci-driver.sh @@ -287,7 +287,7 @@ fi ############################################################################# # Determine the version of Tor. -TOR_VERSION=$(grep -m 1 AC_INIT configure.ac | sed -e 's/.*\[//; s/\].*//;') +TOR_VERSION=$(grep -m 1 AC_INIT ${CI_SRCDIR}/configure.ac | sed -e 's/.*\[//; s/\].*//;') # Use variables like these when we need to behave differently depending on # Tor version. Only create the variables we need.