mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 00:43:32 +00:00
ICU-1213 fix a crash, plus cheap fix for sudo installs.
X-SVN-Rev: 7767
This commit is contained in:
parent
8a77d18715
commit
311b469bc6
1 changed files with 2 additions and 3 deletions
|
@ -310,10 +310,9 @@ main(int argc, char* argv[]) {
|
|||
o.fcn(&o, out, &status);
|
||||
pkg_mak_writeFooter(out, &o);
|
||||
T_FileStream_close(out);
|
||||
} else if (o.install) {
|
||||
fprintf(stderr, "warning: couldn't create %s, will use existing file if any\n", o.makeFile);
|
||||
} else {
|
||||
status = U_FILE_ACCESS_ERROR;
|
||||
fprintf(stderr, "warning: couldn't create %s, will use existing file if any\n", o.makeFile);
|
||||
/*status = U_FILE_ACCESS_ERROR;*/
|
||||
}
|
||||
|
||||
if(U_FAILURE(status)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue