#i10000# removed obsolete switch

This commit is contained in:
Ivo Hinkelmann 2010-08-25 16:36:33 +02:00
parent 6f03ce6067
commit e301c8006b

View file

@ -492,7 +492,7 @@ sub collectfiles{
# -e
# if ( -x $command ){
if( $command ){
if( !$bVerbose ){ $args .= " -QQ "; }
if( !$bVerbose ){ $args .= " "; }
$args .= " -e -f $localizeSDF -l ";
my $bFlag="";
if( $bAll ) {$args .= " en-US";}