Skip to content

Commit

Permalink
Merge branch 'maint-0.4.5' into maint-0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dgoulet-tor committed Oct 26, 2021
2 parents 90a74a2 + ae92a92 commit 61aed52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/ci-driver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 61aed52

Please sign in to comment.