Gentoo Archives: gentoo-commits

From: Ronny Gutbrod <gentoo@××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-process/task-spooler/
Date: Fri, 08 Apr 2022 02:43:57
Message-Id: 1649362005.1c2dc36fbf3761fd120c56b600b9bb52a6a62ca9.tastytea@gentoo
1 commit: 1c2dc36fbf3761fd120c56b600b9bb52a6a62ca9
2 Author: Adel KARA SLIMANE <adel.ks <AT> zegrapher <DOT> com>
3 AuthorDate: Thu Apr 7 20:06:45 2022 +0000
4 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
5 CommitDate: Thu Apr 7 20:06:45 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1c2dc36f
7
8 sys-process/task-spooler: fix typo
9
10 Closes: https://bugs.gentoo.org/836255
11
12 Signed-off-by: Adel KARA SLIMANE <adel.ks <AT> zegrapher.com>
13
14 sys-process/task-spooler/task-spooler-1.3.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-process/task-spooler/task-spooler-1.3.0.ebuild b/sys-process/task-spooler/task-spooler-1.3.0.ebuild
18 index 5c8fc96f1..5a3ecd4a8 100644
19 --- a/sys-process/task-spooler/task-spooler-1.3.0.ebuild
20 +++ b/sys-process/task-spooler/task-spooler-1.3.0.ebuild
21 @@ -22,7 +22,7 @@ HTML_DOCS=( web/index.html web/ts-0.2.1.png web/ts-0.5.4.ebuild web/article_linu
22 PATCHES=( "${FILESDIR}"/var-redefinition.patch )
23
24 src_test() {
25 - cp $"{BUILD_DIR}/ts" "${S}"/ || die "failed to copy ts executable to source folder for tests"
26 + cp "${BUILD_DIR}/ts" "${S}"/ || die "failed to copy ts executable to source folder for tests"
27 sh testbench.sh || die "tests failed"
28 }