diff options
author | David Goulet <dgoulet@torproject.org> | 2021-10-26 14:33:49 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2021-10-26 14:33:49 -0400 |
commit | 61aed5200c89ebafb2db6330a52f9c34d674f294 (patch) | |
tree | 70d2535570406ecca6ec5fde9955757afa6369c0 /scripts | |
parent | 90a74a2ea82edba1beacd9e84291b128f82116a8 (diff) | |
parent | ae92a92453eb3a0248cb20b153fe35e8cdc608cc (diff) | |
download | tor-61aed5200c89ebafb2db6330a52f9c34d674f294.tar.gz tor-61aed5200c89ebafb2db6330a52f9c34d674f294.zip |
Merge branch 'maint-0.4.5' into maint-0.4.6
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/ci/ci-driver.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci/ci-driver.sh b/scripts/ci/ci-driver.sh index f37c009666..29889a8fb5 100755 --- 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. |