Diff checkbashisms-2.22.2 with a checkbashisms-2.23.5

/usr/portage/dev-util/checkbashisms/checkbashisms-2.23.5.ebuild 2023-10-09 14:52:30.952368387 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
9 9
DESCRIPTION="Perl script to check for commonly used bash features not defined by POSIX"
10 10
HOMEPAGE="https://packages.debian.org/devscripts https://salsa.debian.org/debian/devscripts"
11 11
SRC_URI="mirror://debian/pool/main/d/${MY_PN}/${MY_P/-/_}.tar.xz"
12
S="${WORKDIR}/${MY_P}/scripts"
12
S="${WORKDIR}/${MY_PN}/scripts"
13 13

  
14 14
LICENSE="GPL-2"
15 15
SLOT="0"
Thank you!