Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 839192

Summary: net-p2p/retroshare: automated shellcheck found errors
Product: Gentoo Linux Reporter: shellbugbot <d-shellbug>
Component: Current packagesAssignee: Gioacchino Mazzurco <gio>
Status: UNCONFIRMED ---    
Severity: normal CC: proxy-maint
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description shellbugbot 2022-04-18 11:06:03 UTC
Shellckeck found errors in one or more shellscripts provided by net-p2p/retroshare.

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

------------------------------------------------
script: /usr/portage/net-p2p/retroshare/retroshare-0.6.6.ebuild:115

			break
                        ^^^^^
error: In functions, use return instead of break. (https://github.com/koalaman/shellcheck/wiki/SC2104)

------------------------------------------------
script: /usr/portage/net-p2p/retroshare/retroshare-0.6.6.ebuild:119

			break
                        ^^^^^
error: In functions, use return instead of break. (https://github.com/koalaman/shellcheck/wiki/SC2104)

------------------------------------------------
script: /usr/portage/net-p2p/retroshare/retroshare-0.6.6-r1.ebuild:116

			break
                        ^^^^^
error: In functions, use return instead of break. (https://github.com/koalaman/shellcheck/wiki/SC2104)

------------------------------------------------
script: /usr/portage/net-p2p/retroshare/retroshare-0.6.6-r1.ebuild:120

			break
                        ^^^^^
error: In functions, use return instead of break. (https://github.com/koalaman/shellcheck/wiki/SC2104)

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/