ICU-157 fixing genrb so it works fine without DLLs

X-SVN-Rev: 264
This commit is contained in:
Vladimir Weinstein 1999-11-30 23:38:06 +00:00
parent 1569b465a5
commit e15ae8bc32

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) {