aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdel KARA SLIMANE <adel.ks@zegrapher.com>2022-04-07 22:06:45 +0200
committerAdel KARA SLIMANE <adel.ks@zegrapher.com>2022-04-07 22:06:45 +0200
commit1c2dc36fbf3761fd120c56b600b9bb52a6a62ca9 (patch)
tree277de45dacef779835c4d1e306fb8d423c2e1510 /sys-process
parentapp-shells/zsh-history-substring-search: keyword 1.0.2 for ~arm (diff)
downloadguru-1c2dc36fbf3761fd120c56b600b9bb52a6a62ca9.tar.gz
guru-1c2dc36fbf3761fd120c56b600b9bb52a6a62ca9.tar.bz2
guru-1c2dc36fbf3761fd120c56b600b9bb52a6a62ca9.zip
sys-process/task-spooler: fix typo
Closes: https://bugs.gentoo.org/836255 Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com>
Diffstat (limited to 'sys-process')
-rw-r--r--sys-process/task-spooler/task-spooler-1.3.0.ebuild2
1 files changed, 1 insertions, 1 deletions
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"
}