koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Ambrose Li
Subject: [Koha-cvs] CVS: koha/misc/translator tmpl_process.pl,1.8,1.9
Date: Tue, 10 Feb 2004 01:42:20 -0800

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]