From 62f603d820e002aa78259ceb9d4fd0d168ca17ef Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Mon, 18 Oct 2010 11:35:28 -0500 Subject: [PATCH] tools: Drop EPICS_HOST_ARCH variable in checkRelease. On Win32 abs_path() fails if the path given doesn't exist. --- src/tools/convertRelease.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tools/convertRelease.pl b/src/tools/convertRelease.pl index 1728253dd..db50e57bb 100644 --- a/src/tools/convertRelease.pl +++ b/src/tools/convertRelease.pl @@ -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} &&