commit 304bd31d494e1dd4066b1238db8a9909f0652726
parent 3e61a9c8a5c92fcfc57f969e995aa25e4e36c493
Author: David Goulet <dgoulet@torproject.org>
Date: Tue, 26 Oct 2021 14:33:49 -0400
Merge branch 'maint-0.4.6'
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/ci/ci-driver.sh b/scripts/ci/ci-driver.sh
@@ -282,7 +282,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.