RELEASE: Bug 2651 - [Raptor] creates incorrect .iby files w.r.t target file versions & ramtargets
Note: I've added a new 'next version' to the release notes since I've not merged in 2.14.0 yet.
--- oldevalidmd5.pm Mon Mar 12 13:49:20 2007
+++ evalidmd5.pm Fri Aug 10 10:29:34 2007
@@ -223,7 +223,7 @@
open LIST, "$iListFile" or croak "Cannot open $iListFile\n";
while(<LIST>)
{
- my $iFileName = $iDir."/".$_;
+ chomp(my $iFileName = $iDir."/".$_);
if(-e $iFileName)
{
# The listed file exists add to the @iFileList