Skip to content

Commit

Permalink
Print dds/OpenDDSConfig.h to the config page when available
Browse files Browse the repository at this point in the history
    * command/printaceconfig.pm:
  • Loading branch information
jwillemsen committed Jun 10, 2024
1 parent 9f05fb5 commit 2605cc8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions command/printaceconfig.pm
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,12 @@ sub Run ($)
print_file ("$dir/VERSION", 0);

This comment has been minimized.

Copy link
@iguessthislldo

iguessthislldo Jun 10, 2024

Member

I know this isn't the point of this PR, but these version file names aren't correct anymore.

This comment has been minimized.

Copy link
@jwillemsen

jwillemsen Jun 11, 2024

Author Member

Fixed

last;
}
if (defined $dir && -r "$dir/dds/OpenDDSConfig.h") {
print "================ OpenDDSConfig.h ================\n";

print_file ("$dir/dds/OpenDDSConfig.h", 0);
last;
}
}

chdir $current_dir;
Expand Down

0 comments on commit 2605cc8

Please sign in to comment.