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:
George Rhoten 2000-12-05 03:11:03 +00:00
parent eb82742ff9
commit bb324d7802

View File

@ -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;
}