Skip to content

Commit

Permalink
Fix non-zero exit code for --version
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzleutgeb authored Jan 29, 2022
1 parent af22466 commit 0ed1082
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion latexdiff-vc
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ if ( $help ) {
}

if ( $version ) {
die $versionstring ;
print STDERR $versionstring ;
exit 0;
}

if ( $so ) {
Expand Down

0 comments on commit 0ed1082

Please sign in to comment.