# | Line 572 | Line 572 | sub find_settings() | |
---|---|---|
572 | my $type = 'RUNTIME'; | |
573 | my $envdata = $tsv->environment($type, $rtname); | |
574 | my ($rttype,$realrtname) = split(':',$rtname); | |
575 | < | |
575 | > | |
576 | # Only validate paths: | |
577 | if ($rtname =~ /:/) | |
578 | { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |