We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24f2d6f commit fdb320cCopy full SHA for fdb320c
trunk/nuvinfo
@@ -19,6 +19,7 @@
19
# Print the info
20
print "\ninfo for: $file\n\n";
21
foreach $key (sort keys %info) {
22
+ next unless defined $info{$key};
23
print ' ' x (23 - length($key)) if (length($key) < 23);
24
print "$key: $info{$key}\n";
25
}
0 commit comments