Merge branch 'maint-0.3.5' into maint-0.4.5

This commit is contained in:
David Goulet 2021-10-26 14:33:49 -04:00
commit ae92a92453

View File

@ -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.