mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-4563 fix a bug
X-SVN-Rev: 18336
This commit is contained in:
parent
ab6766a56d
commit
a065ba1ab2
1 changed files with 2 additions and 2 deletions
|
@ -300,11 +300,11 @@ sub convertTestData{
|
|||
if($item =~ /^testdata_/){
|
||||
$file = $item;
|
||||
$file =~ s/testdata_//g;
|
||||
if($endianess eq "l"){
|
||||
if($endian eq "l"){
|
||||
$command = "$icuswap $icuDataDir/$item $tempDir/$icu4jDataDir/$file";
|
||||
cmd($command, $verbose);
|
||||
}else{
|
||||
print("Copying $icuDataDir/$item $tempDir/$icu4jDataDir/$file\n");
|
||||
#print("Copying $icuDataDir/$item $tempDir/$icu4jDataDir/$file\n");
|
||||
copy("$icuDataDir/$item", "$tempDir/$icu4jDataDir/$file");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue