Skip to content

Commit

Permalink
7714 Extracted libc licenses should be sorted
Browse files Browse the repository at this point in the history
Reviewed by: Toomas Soome <tsoome@me.com>
Approved by: Robert Mustacchi <rm@joyent.com>
  • Loading branch information
mtelka authored and rmustacc committed Jan 2, 2017
1 parent 2dc323c commit e2fb2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/src/lib/libc/extract-copyright.pl
Expand Up @@ -114,7 +114,7 @@ sub wanted {
dofile($a);
}

foreach my $lic (keys %LICENSE) {
foreach my $lic (sort keys %LICENSE) {
my @files = @{$LICENSE{$lic}};
print "\nThe following files from the C library:\n";
foreach my $f (@files) {
Expand Down

0 comments on commit e2fb2b6

Please sign in to comment.