tools: Drop EPICS_HOST_ARCH variable in checkRelease.

On Win32 abs_path() fails if the path given doesn't exist.
This commit is contained in:
Andrew Johnson
2010-10-18 11:35:28 -05:00
parent ed916cd1b3
commit 62f603d820

View File

@@ -208,6 +208,7 @@ sub checkRelease {
readReleaseFiles($relfile, \%check, \@order, $arch);
expandRelease(\%check, \@order);
delete $check{TOP};
delete $check{EPICS_HOST_ARCH};
while (my ($parent, $ppath) = each %check) {
if (exists $macros{$parent} &&