This commit is contained in:
Viktor Szakats 2026-06-13 00:35:09 +02:00
parent 1ff63dde7d
commit f58547735c
No known key found for this signature in database
5 changed files with 7 additions and 7 deletions

View file

@ -90,7 +90,7 @@ if(defined $ARGV[0] && $ARGV[0] eq "--dry-run") {
}
# list all files to scan for links
my @files = `git ls-files docs include lib scripts src`;
my @files = qx(git ls-files docs include lib scripts src);
sub storelink {
my ($f, $line, $link) = @_;