[interchange] Remove redundant failure check (Getopt::Std doesn't set $@)
Jon Jensen <[email protected]> Thu, 02 Nov 2017 05:54:30 +0000
| Newsgroups | gmane.comp.web.interchange.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit c2c1b53ffd4c703e05a42099c740c6246e30fb48 Author: Jon Jensen <[email protected]> Date: Wed Nov 1 19:16:42 2017 -0600 Remove redundant failure check (Getopt::Std doesn't set $@) scripts/localize.PL | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) --- diff --git a/scripts/localize.PL b/scripts/localize.PL index 10f7d5a..811f144 100644 --- a/scripts/localize.PL +++ b/scripts/localize.PL @@ -3,7 +3,7 @@ # # Interchange localizer # -# Copyright (C) 2002-2007 Interchange Development Group +# Copyright (C) 2002-2017 Interchange Development Group # Copyright (C) 1996-2002 Red Hat, Inc. # # This program is free software; you can redistribute it and/or modify @@ -88,7 +88,6 @@ EOF getopts('cd:l:Mm:nostu:') or die "$USAGE\n"; -die "$USAGE\n" if $@; die "$USAGE\n" unless $opt_l; die "$USAGE\n" if $opt_d && $opt_l eq $opt_d; @@ -381,7 +380,7 @@ localize -- produce Interchange localization file from set of pages =head1 VERSION -2007-08-09 +2017-11-01 =head1 SYNOPSIS