Skip to content

Commit

Permalink
Make autogen.sh output message consistent (#3128)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee authored Jun 15, 2023
1 parent b571da1 commit 3c12247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/make_vers
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ for $file (@ARGV) {
close SOURCE;

# Create header files
print "Generating '", $prefix, "H5version.h'\n";
print "Generating 'H5version.h'\n";
create_public($prefix);

#for $name (sort keys %functions) {
Expand Down

0 comments on commit 3c12247

Please sign in to comment.