Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 839240 - net-irc/anope: automated shellcheck found errors
Summary: net-irc/anope: automated shellcheck found errors
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sam James
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-04-18 11:06 UTC by shellbugbot
Modified: 2022-04-23 01:53 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description shellbugbot 2022-04-18 11:06:08 UTC
Shellckeck found errors in one or more shellscripts provided by net-irc/anope.

Kindly refer to the findings below and the shellcheck wiki for further details:

------------------------------------------------
script: /usr/portage/net-irc/anope/anope-2.0.10-r1.ebuild:139

		for ver in "${REPLACING_VERSIONS}" ; do
                           ^^^^^^^^^^^^^^^^^^^^^^^
error: Since you double quoted this, it will not word split, and the loop will only run once. (https://github.com/koalaman/shellcheck/wiki/SC2066)

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/
Comment 1 Larry the Git Cow gentoo-dev 2022-04-23 01:53:23 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a5ce0fceb68d87ae813399ffa4c62ab5b97151e

commit 6a5ce0fceb68d87ae813399ffa4c62ab5b97151e
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-04-23 01:38:38 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-04-23 01:52:40 +0000

    net-irc/anope: add 2.0.11
    
    Closes: https://bugs.gentoo.org/836156
    Closes: https://bugs.gentoo.org/839240
    Signed-off-by: Sam James <sam@gentoo.org>

 net-irc/anope/Manifest            |   1 +
 net-irc/anope/anope-2.0.11.ebuild | 150 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 151 insertions(+)