mirror of
https://github.com/curl/curl.git
synced 2025-04-18 16:30:45 +08:00
scripts/copyright.pl: support many provided file names on the cmdline
This commit is contained in:
parent
8742729827
commit
2e6f83f051
@ -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…
x
Reference in New Issue
Block a user