mirror of
https://github.com/nasa/trick.git
synced 2025-04-09 04:14:24 +00:00
parent
7af2b790a2
commit
29bd27e931
@ -242,7 +242,7 @@ sub process_file() {
|
||||
# normalize trick includes
|
||||
$file_name =~ s/"//g ;
|
||||
if ( $file_name =~ /sim_services/ or $file_name =~ /trick_utils/ or $file_name =~ /trick\//) {
|
||||
$contents .= "\%import \"trick/" . basename($file_name) . "\"\n" ;
|
||||
$contents .= "\%import(module=\"sim_services\") \"trick/" . basename($file_name) . "\"\n" ;
|
||||
next ;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user