* Dying considered harmful.

This commit is contained in:
Eelco Dolstra 2008-11-29 01:27:17 +00:00
parent 30e8b14b12
commit 0d84d6c166

View file

@ -211,7 +211,7 @@ sub doBuild {
my $type = $1;
my $subtype = $2 eq "none" ? "" : $2;
my $path = $3;
die unless -e $path;
next unless -e $path;
my $fileSize, my $sha1, my $sha256;