commit: cb9634c6a667002b0e8def6a6431ab40deac0ac4
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 21 08:19:00 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Mar 21 08:19:00 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb9634c6
dev-cpp/notcurses: bracketize {i}
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-cpp/notcurses/notcurses-2.2.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-cpp/notcurses/notcurses-2.2.3.ebuild
b/dev-cpp/notcurses/notcurses-2.2.3.ebuild
index 8cf6e10a753..52303eeff6f 100644
--- a/dev-cpp/notcurses/notcurses-2.2.3.ebuild
+++ b/dev-cpp/notcurses/notcurses-2.2.3.ebuild
@@ -45,6 +45,6 @@ src_install() {
# x.y.1 or x.y.3, to install the source dir as a man page.
# exploit the fact that there's a bijection from html<>man.
for i in ../*.html ; do
- doman ../$(basename $i .html)
+ doman ../$(basename ${i} .html)
done
}