Shellckeck found errors in one or more shellscripts provided by dev-tcltk/blt. Kindly refer to the findings below and the shellcheck wiki for further details: ------------------------------------------------ script: /usr/portage/dev-tcltk/blt/blt-2.5.3-r1.ebuild:125 for f in `ls "${ED}"/usr/share/man/mann` ; do ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: Iterating over ls output is fragile. Use globs. (https://github.com/koalaman/shellcheck/wiki/SC2045) This is an automated bug report. Conservative settings were used to minimize false-positives but there's still a chance that the above list contains non-issues. Running shellcheck again with default settings could detect other possible issues. References: [1] this script: https://github.com/heeplr/gentoo-shellbug [2] shellcheck: https://www.shellcheck.net/
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d4a9dd58efa5da36c7bd6a6f655dda799ca0115 commit 8d4a9dd58efa5da36c7bd6a6f655dda799ca0115 Author: Alfredo Tupone <tupone@gentoo.org> AuthorDate: 2022-06-27 06:40:24 +0000 Commit: Alfredo Tupone <tupone@gentoo.org> CommitDate: 2022-06-27 06:40:24 +0000 dev-tcltk/blt: fix globs expansion Closes: https://bugs.gentoo.org/839219 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alfredo Tupone <tupone@gentoo.org> dev-tcltk/blt/blt-2.5.3-r1.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-)