From 6f472dbf7b87abfe53a5cf8191ea3d1edbe4195c Mon Sep 17 00:00:00 2001 From: acli Date: Tue, 10 Feb 2004 09:42:18 +0000 Subject: [PATCH] exit(-1) after usage() is not needed --- misc/translator/tmpl_process.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/translator/tmpl_process.pl b/misc/translator/tmpl_process.pl index 416a7a4379..eaa4332227 100755 --- a/misc/translator/tmpl_process.pl +++ b/misc/translator/tmpl_process.pl @@ -19,7 +19,7 @@ GetOptions( 'exclude=s' => \@excludes, 'sep=s' => \$split_char, 'help' => sub { help() }, -) || (usage(), exit(-1)); +) || usage(); # utiliser glob() pour tous les fichiers d'un repertoire -- 2.20.1