summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/copyright.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/copyright.pl b/scripts/copyright.pl
index 9f37d1f2d..089f04a9e 100755
--- a/scripts/copyright.pl
+++ b/scripts/copyright.pl
@@ -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`;