forked from lix-project/lix
* Ignore missing manifest symlinks.
This commit is contained in:
parent
93b56acb2d
commit
502d94048a
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue