From 1902edaf52b66145b0222c6586c2acb9d71980f0 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Wed, 3 Nov 2021 09:47:30 -0400 Subject: shellcheck: Make it happy on couple scripts Signed-off-by: David Goulet --- scripts/ci/ci-driver.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/ci/ci-driver.sh b/scripts/ci/ci-driver.sh index f99e45e6f2..61f97a91d4 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. -- cgit v1.2.3-54-g00ecf