Remove EPICS_BASE check from releaseTops()

This commit is contained in:
Andrew Johnson
2021-05-17 12:12:19 -05:00
parent 9cca12936d
commit e20502fb4c

View File

@@ -113,9 +113,6 @@ EOF
#
sub releaseTops {
my @includes = grep !m/^ (TOP | TEMPLATE_TOP) $/x, @apps;
if (!@includes) {
die "No variables defined in RELEASE*s";
}
print join(' ', @includes), "\n";
}