From cb9634c6a667002b0e8def6a6431ab40deac0ac4 Mon Sep 17 00:00:00 2001 From: Joonas Niilola Date: Sun, 21 Mar 2021 10:19:00 +0200 Subject: dev-cpp/notcurses: bracketize {i} Signed-off-by: Joonas Niilola --- dev-cpp/notcurses/notcurses-2.2.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-cpp') diff --git a/dev-cpp/notcurses/notcurses-2.2.3.ebuild b/dev-cpp/notcurses/notcurses-2.2.3.ebuild index 8cf6e10a7538..52303eeff6fe 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 } -- cgit v1.2.3-65-gdbad