Skip to content

Commit

Permalink
#64 fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jan 14, 2024
1 parent 264a614 commit bc53df6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bibcop.pl
Expand Up @@ -894,7 +894,7 @@ sub fail {
}

if (not basename($0) eq 'bibcop.pl') {
return 1;
goto END;
}

if (@ARGV+0 eq 0 or exists $args{'--help'} or exists $args{'-?'}) {
Expand Down Expand Up @@ -957,5 +957,7 @@ sub fail {
}
}

END:

# In order to finish it with success:
1;

0 comments on commit bc53df6

Please sign in to comment.