Fxi: Translate country in region list.

This commit is contained in:
Laurent Destailleur 2009-07-03 23:58:03 +00:00
parent c6c1e1f993
commit 016805f867

View File

@ -98,9 +98,10 @@ $BUILDROOT="$TEMP/buildroot";
my $copyalreadydone=0; my $copyalreadydone=0;
my $batch=0;
for (0..@ARGV-1) { for (0..@ARGV-1) {
if ($ARGV[$_] =~ /^-*target=(\w+)/i) { $target=$1; } if ($ARGV[$_] =~ /^-*target=(\w+)/i) { $target=$1; $batch=1; }
if ($ARGV[$_] =~ /^-*desti=(.+)/i) { $DESTI=$1; } if ($ARGV[$_] =~ /^-*desti=(.+)/i) { $DESTI=$1; }
} }
@ -367,7 +368,7 @@ foreach my $target (keys %CHOOSEDTARGET) {
} }
} }
if (! $btach) { if (! $batch) {
print "\nPress key to finish..."; print "\nPress key to finish...";
my $WAITKEY=<STDIN>; my $WAITKEY=<STDIN>;
} }