[ICU-157] fixing genrb so it works fine without DLLs

X-Commit-URL: https://ssl.icu-project.org/trac/changeset/264
This commit is contained in:
Vladimir Weinstein 1999-11-30 23:38:06 +00:00
parent 8385bf9065
commit 268d932dfe

View file

@ -57,6 +57,9 @@ main(int argc,
char *arg;
UErrorCode status;
if(argc == 1)
printUsage = 1;
/* parse the options */
for(optind = 1; optind < argc; ++optind) {