Skip to content
Snippets Groups Projects
Commit 14385ce7 authored by David Goulet's avatar David Goulet :panda_face:
Browse files

ci: Missing source dir when parsing configure.ac version

parent 66193ee7
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment