]> code.ossystems Code Review - openembedded-core.git/commitdiff
scripts/verify-bashisms: Update checkbashisms.pl URL
authorPetr Vorel <petr.vorel@gmail.com>
Thu, 18 Mar 2021 18:51:44 +0000 (19:51 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 20 Mar 2021 18:50:05 +0000 (18:50 +0000)
anonscm.debian.org is not used any more, update the URL.

Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/verify-bashisms

index fb0cc719ea2e43590d80e5e8566b6e516e3083d5..14d8c298e9b887c11d7caeb92c340994c6d05a56 100755 (executable)
@@ -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,