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 | ae92a92453eb3a0248cb20b153fe35e8cdc608cc (patch) | |
tree | ed24af013462af709cd0734205d5039c211b040f /scripts | |
parent | d4af7bdb2616aaa73361a31b589c62548fc45700 (diff) | |
parent | 14385ce71e1d7bddc671d3805d3b7dcb17eeded9 (diff) | |
download | tor-ae92a92453eb3a0248cb20b153fe35e8cdc608cc.tar.gz tor-ae92a92453eb3a0248cb20b153fe35e8cdc608cc.zip |
Merge branch 'maint-0.3.5' into maint-0.4.5
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 e83b3d6f46..c390c644ae 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. |