mirror of
https://github.com/NixOS/nix.git
synced 2024-11-25 16:23:02 +00:00
* Doh.
This commit is contained in:
parent
7933cdc6dc
commit
2b2aa8a820
@ -55,7 +55,7 @@ if ($ARGV[0] eq "--query") {
|
||||
my @references = split " ", $info->{references};
|
||||
print scalar @references, "\n";
|
||||
print "$_\n" foreach @references;
|
||||
my $size = $info->{size} or 0;
|
||||
my $size = $info->{size} || 0;
|
||||
print "$size\n";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user