mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
scripts/verify-bashisms: Update checkbashisms.pl URL
anonscm.debian.org is not used any more, update the URL. (From OE-Core rev: 9bdc9a1da39017cd54434e49f14ab2d8ba75930a) Signed-off-by: Petr Vorel <petr.vorel@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 3c89071a2c19a522c1df5919f500b88339ec6294) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
fb086586d8
commit
8a49013827
|
|
@ -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