* Ignore missing manifest symlinks.

This commit is contained in:
Eelco Dolstra 2012-01-03 12:59:00 +00:00
parent 93b56acb2d
commit 502d94048a
1 changed files with 1 additions and 0 deletions

View File

@ -307,6 +307,7 @@ EOF
for my $manifestLink (glob "$manifestDir/*.nixmanifest") {
my $manifest = Cwd::abs_path($manifestLink);
next unless -f $manifest;
my $timestamp = lstat($manifest)->mtime;
$seen{$manifest} = 1;