From: David Goulet Date: Tue, 26 Oct 2021 18:33:31 +0000 (-0400) Subject: ci: Missing source dir when parsing configure.ac version X-Git-Tag: tor-0.3.5.18~12^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=14385ce71e1d7bddc671d3805d3b7dcb17eeded9;p=thirdparty%2Ftor.git ci: Missing source dir when parsing configure.ac version Signed-off-by: David Goulet --- diff --git a/scripts/ci/ci-driver.sh b/scripts/ci/ci-driver.sh index 67a95a1f61..f99e45e6f2 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.