mirror of
https://github.com/curl/curl.git
synced 2026-05-01 14:37:51 +03:00
scripts/copyright.pl: support many provided file names on the cmdline
This commit is contained in:
parent
8742729827
commit
2e6f83f051
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ if($ARGV[0] eq "-v") {
|
|||
shift @ARGV;
|
||||
}
|
||||
if($ARGV[0]) {
|
||||
push @all, $ARGV[0];
|
||||
push @all, @ARGV;
|
||||
}
|
||||
else {
|
||||
@all = `git ls-files`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue