mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
scripts/verify-bashisms: Update checkbashisms.pl URL
anonscm.debian.org is not used any more, update the URL. (From OE-Core rev: 3c89071a2c19a522c1df5919f500b88339ec6294) Signed-off-by: Petr Vorel <petr.vorel@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
991a49fb99
commit
596ccd7cb8
|
@ -100,7 +100,7 @@ if __name__=='__main__':
|
|||
args = parser.parse_args()
|
||||
|
||||
if shutil.which("checkbashisms.pl") is None:
|
||||
print("Cannot find checkbashisms.pl on $PATH, get it from https://anonscm.debian.org/cgit/collab-maint/devscripts.git/plain/scripts/checkbashisms.pl")
|
||||
print("Cannot find checkbashisms.pl on $PATH, get it from https://salsa.debian.org/debian/devscripts/raw/master/scripts/checkbashisms.pl")
|
||||
sys.exit(1)
|
||||
|
||||
# The order of defining the worker function,
|
||||
|
|
Loading…
Reference in New Issue
Block a user