From 5eff1e1744b28d0e5f4b8eccb05158cce806f492 Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 11 Aug 2022 11:47:33 +0100 Subject: sys-block/flashbench: fix UnquotedVariable Signed-off-by: Sam James --- sys-block/flashbench/flashbench-20120606.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys-block/flashbench') diff --git a/sys-block/flashbench/flashbench-20120606.ebuild b/sys-block/flashbench/flashbench-20120606.ebuild index 307d3b9f841e..c7f3200b611c 100644 --- a/sys-block/flashbench/flashbench-20120606.ebuild +++ b/sys-block/flashbench/flashbench-20120606.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=6 @@ -10,7 +10,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86" -PATCHES=( ${FILESDIR}/${P}-Makefile.patch ) +PATCHES=( "${FILESDIR}"/${P}-Makefile.patch ) src_install() { dobin "${PN}" -- cgit v1.2.3-65-gdbad