aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2021-11-03 09:49:07 -0400
committerDavid Goulet <dgoulet@torproject.org>2021-11-03 09:49:07 -0400
commit755485342ca8e40b8d29864cd50531dc39954530 (patch)
tree42dd4e01000c1a931790d061bf093e1109ce9eec /scripts
parentf6600377b495c276cbaf423d9c8907abd4cb3c82 (diff)
parent621f8ac418e1441c9fe568b015058438daba6616 (diff)
downloadtor-755485342ca8e40b8d29864cd50531dc39954530.tar.gz
tor-755485342ca8e40b8d29864cd50531dc39954530.zip
Merge branch 'maint-0.4.6'
Signed-off-by: David Goulet <dgoulet@torproject.org>
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 8d009adb59..aded45048a 100755
--- a/scripts/ci/ci-driver.sh
+++ b/scripts/ci/ci-driver.sh
@@ -282,7 +282,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.