Add possibility to generate only some files, by passing command-line

arguments.
This commit is contained in:
Peter Eisentraut 2009-02-10 16:36:55 +00:00
parent b79e374519
commit 06941da30b
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
#
# Copyright (c) 2001-2009, PostgreSQL Global Development Group
#
# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_most.pl,v 1.5 2009/01/01 17:23:51 momjian Exp $
# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_most.pl,v 1.6 2009/02/10 16:36:55 petere Exp $
#
# Generate UTF-8 <--> character code conversion tables from
# map files provided by Unicode organization.
@ -50,6 +50,7 @@ require "ucs2utf.pl";
);
@charsets = keys(filename);
@charsets = @ARGV if scalar(@ARGV);
foreach $charset (@charsets) {
#