Permit any IOC name as long as it has 'ioc' in it somewhere.
This matches the current behavior of the wildcard in iocBoot/Makefile
This commit is contained in:
@@ -126,7 +126,7 @@ if ($opt_i) {
|
||||
$appname=$appnameIn if $appnameIn;
|
||||
foreach $ioc ( @names ) {
|
||||
($appname = $ioc) =~ s/App$// if !$appnameIn;
|
||||
$ioc = "ioc" . $ioc unless ($ioc =~ /^ioc/);
|
||||
$ioc = "ioc" . $ioc unless ($ioc =~ /ioc/);
|
||||
if (-d "iocBoot/$ioc") {
|
||||
print "iocBoot/$ioc exists, not modified.\n";
|
||||
next;
|
||||
|
||||
Reference in New Issue
Block a user