commit: 1c2dc36fbf3761fd120c56b600b9bb52a6a62ca9 Author: Adel KARA SLIMANE <adel.ks <AT> zegrapher <DOT> com> AuthorDate: Thu Apr 7 20:06:45 2022 +0000 Commit: Adel KARA SLIMANE <adel <AT> karaslimane <DOT> com> CommitDate: Thu Apr 7 20:06:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1c2dc36f
sys-process/task-spooler: fix typo Closes: https://bugs.gentoo.org/836255 Signed-off-by: Adel KARA SLIMANE <adel.ks <AT> zegrapher.com> sys-process/task-spooler/task-spooler-1.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-process/task-spooler/task-spooler-1.3.0.ebuild b/sys-process/task-spooler/task-spooler-1.3.0.ebuild index 5c8fc96f1..5a3ecd4a8 100644 --- a/sys-process/task-spooler/task-spooler-1.3.0.ebuild +++ b/sys-process/task-spooler/task-spooler-1.3.0.ebuild @@ -22,7 +22,7 @@ HTML_DOCS=( web/index.html web/ts-0.2.1.png web/ts-0.5.4.ebuild web/article_linu PATCHES=( "${FILESDIR}"/var-redefinition.patch ) src_test() { - cp $"{BUILD_DIR}/ts" "${S}"/ || die "failed to copy ts executable to source folder for tests" + cp "${BUILD_DIR}/ts" "${S}"/ || die "failed to copy ts executable to source folder for tests" sh testbench.sh || die "tests failed" }
