Skip to content

Commit

Permalink
Output the two versions found
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Mar 22, 2023
1 parent ea2ab83 commit 50ea2cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions util/range_messages_differ.pl
Expand Up @@ -11,6 +11,7 @@
@ARGV;

say "Files are ", $xml[0] eq $xml[1] ? 'the same' : 'different';
say "0: <$xml[0]>\n1: <$xml[1]>\n";

exit( $xml[0] eq $xml[1] ); # 0 means they differ (aren't the same) - unix success
# 1 means they don't differ (are the same) - unix failure

0 comments on commit 50ea2cc

Please sign in to comment.