diff options
author | Joonas Niilola <juippis@gentoo.org> | 2021-03-21 10:19:00 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-03-21 10:19:00 +0200 |
commit | cb9634c6a667002b0e8def6a6431ab40deac0ac4 (patch) | |
tree | 08cb38b56eb8106ed85c0f6737713452fcbd2f01 /dev-cpp/notcurses | |
parent | media-gfx/scour: drop 0.37, 0.38.1 (diff) | |
download | gentoo-cb9634c6a667002b0e8def6a6431ab40deac0ac4.tar.gz gentoo-cb9634c6a667002b0e8def6a6431ab40deac0ac4.tar.bz2 gentoo-cb9634c6a667002b0e8def6a6431ab40deac0ac4.zip |
dev-cpp/notcurses: bracketize {i}
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-cpp/notcurses')
-rw-r--r-- | dev-cpp/notcurses/notcurses-2.2.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |