commit ae92a92453eb3a0248cb20b153fe35e8cdc608cc
parent d4af7bdb2616aaa73361a31b589c62548fc45700
Author: David Goulet <dgoulet@torproject.org>
Date: Tue, 26 Oct 2021 14:33:49 -0400
Merge branch 'maint-0.3.5' into maint-0.4.5
Diffstat:
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.