Add possibility to generate only some files, by passing command-line
authorPeter Eisentraut <[email protected]>
Tue, 10 Feb 2009 16:36:55 +0000 (16:36 +0000)
committerPeter Eisentraut <[email protected]>
Tue, 10 Feb 2009 16:36:55 +0000 (16:36 +0000)
arguments.

src/backend/utils/mb/Unicode/UCS_to_most.pl

index ab4d1b7b726ac8933596ec5fd14a9dae369066a7..fb93d6d4c66afc566753613234efda2d49fbd3e8 100644 (file)
@@ -50,6 +50,7 @@ require "ucs2utf.pl";
 );
 
 @charsets = keys(filename);
+@charsets = @ARGV if scalar(@ARGV);
 foreach $charset (@charsets) {
 
 #