diff options
Diffstat (limited to 'scripts/verify-bashisms')
-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, |