mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-579 & 580: These are the supposed fixes for OS/390, but this needs really needs more discussion.
X-SVN-Rev: 3134
This commit is contained in:
parent
eb82742ff9
commit
bb324d7802
1 changed files with 6 additions and 1 deletions
|
@ -106,7 +106,6 @@ const char options_help[][160]={
|
|||
"Specify a custom source directory"
|
||||
};
|
||||
|
||||
|
||||
int
|
||||
main(int argc, char* argv[]) {
|
||||
FileStream *out;
|
||||
|
@ -245,6 +244,12 @@ main(int argc, char* argv[]) {
|
|||
o.tmpDir = o.targetDir;
|
||||
}
|
||||
|
||||
#ifdef OS390BATCH
|
||||
if (uprv_strcmp(o.shortName,"IXMICUDA") == 0 ||
|
||||
uprv_strcmp(o.shortName,"IXMICUD1") == 0)
|
||||
o.targetDir = "\"/";
|
||||
#endif
|
||||
|
||||
if( options[13].doesOccur ) {
|
||||
o.install = options[13].value;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue