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…
Reference in New Issue
Block a user