diff options
author | Petr Vorel <petr.vorel@gmail.com> | 2021-03-18 19:51:44 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-04-19 12:55:20 +0100 |
commit | 8a49013827296ce72a642707f3fffa50aae42c4b (patch) | |
tree | 3c22789cb892214f667b71239b2addb07ffead81 | |
parent | fb086586d8a1c02be9ae9f0374061d79198ea519 (diff) | |
download | poky-8a49013827296ce72a642707f3fffa50aae42c4b.tar.gz |
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>
-rwxr-xr-x | scripts/verify-bashisms | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/verify-bashisms b/scripts/verify-bashisms index fb0cc719ea..14d8c298e9 100755 --- a/scripts/verify-bashisms +++ b/scripts/verify-bashisms | |||
@@ -100,7 +100,7 @@ if __name__=='__main__': | |||
100 | args = parser.parse_args() | 100 | args = parser.parse_args() |
101 | 101 | ||
102 | if shutil.which("checkbashisms.pl") is None: | 102 | if shutil.which("checkbashisms.pl") is None: |
103 | print("Cannot find checkbashisms.pl on $PATH, get it from https://anonscm.debian.org/cgit/collab-maint/devscripts.git/plain/scripts/checkbashisms.pl") | 103 | print("Cannot find checkbashisms.pl on $PATH, get it from https://salsa.debian.org/debian/devscripts/raw/master/scripts/checkbashisms.pl") |
104 | sys.exit(1) | 104 | sys.exit(1) |
105 | 105 | ||
106 | # The order of defining the worker function, | 106 | # The order of defining the worker function, |