aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2021-10-26 14:33:49 -0400
committerDavid Goulet <dgoulet@torproject.org>2021-10-26 14:33:49 -0400
commit304bd31d494e1dd4066b1238db8a9909f0652726 (patch)
tree8b3422ad3ec81a89bcfdeb017f00ed23546ce952 /scripts
parent3e61a9c8a5c92fcfc57f969e995aa25e4e36c493 (diff)
parent61aed5200c89ebafb2db6330a52f9c34d674f294 (diff)
downloadtor-304bd31d494e1dd4066b1238db8a9909f0652726.tar.gz
tor-304bd31d494e1dd4066b1238db8a9909f0652726.zip
Merge branch 'maint-0.4.6'
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ci/ci-driver.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci/ci-driver.sh b/scripts/ci/ci-driver.sh
index 9862cc08d7..8d009adb59 100755
--- 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.