aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2021-11-03 09:47:43 -0400
committerDavid Goulet <dgoulet@torproject.org>2021-11-03 09:47:43 -0400
commit621f8ac418e1441c9fe568b015058438daba6616 (patch)
tree82c53e677d84d6b2b292aec324dd6f61431eb960 /scripts
parent9922116388b9904f248f8bfc4d013f4fd38c7972 (diff)
parent1e3e921d7d2e7bce2f2b7e35ca085a745d242b66 (diff)
downloadtor-621f8ac418e1441c9fe568b015058438daba6616.tar.gz
tor-621f8ac418e1441c9fe568b015058438daba6616.zip
Merge branch 'maint-0.4.5' into maint-0.4.6
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ci/ci-driver.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci/ci-driver.sh b/scripts/ci/ci-driver.sh
index 29889a8fb5..245922b631 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 ${CI_SRCDIR}/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.