[Koha-cvs] CVS: koha/misc/translator tmpl_process.pl,1.8,1.9

Ambrose Li acli at users.sourceforge.net
Tue Feb 10 10:42:20 CET 2004


Update of /cvsroot/koha/koha/misc/translator
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv581

Modified Files:
	tmpl_process.pl 
Log Message:
exit(-1) after usage() is not needed


Index: tmpl_process.pl
===================================================================
RCS file: /cvsroot/koha/koha/misc/translator/tmpl_process.pl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** tmpl_process.pl	10 Feb 2004 09:40:21 -0000	1.8
--- tmpl_process.pl	10 Feb 2004 09:42:18 -0000	1.9
***************
*** 20,24 ****
  	'sep=s' => \$split_char,
  	'help'	=> sub { help() },
! ) || (usage(), exit(-1));
  
  # utiliser glob() pour tous les fichiers d'un repertoire
--- 20,24 ----
  	'sep=s' => \$split_char,
  	'help'	=> sub { help() },
! ) || usage();
  
  # utiliser glob() pour tous les fichiers d'un repertoire





More information about the Koha-cvs mailing list