commit:     2c31229ae1b294e5fe10c6fe88e042db7c639764
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  9 19:50:38 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan  9 21:32:36 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c31229a

media-libs/ctl: Fix unquoted var

Bug: https://bugs.gentoo.org/814107
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-libs/ctl/ctl-1.5.2-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/ctl/ctl-1.5.2-r2.ebuild 
b/media-libs/ctl/ctl-1.5.2-r2.ebuild
index 45d613f9e712..f545786ec060 100644
--- a/media-libs/ctl/ctl-1.5.2-r2.ebuild
+++ b/media-libs/ctl/ctl-1.5.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -35,7 +35,7 @@ PATCHES=(
 mycmakeargs=( -DCMAKE_INSTALL_DOCDIR="share/doc/${PF}" )
 
 src_test() {
-       pushd ${BUILD_DIR} >/dev/null || die
+       pushd "${BUILD_DIR}" >/dev/null || die
        eninja check
        popd >/dev/null || die
 }

Reply via email to