Ticket #36759: openjade-getoptperl.patch
File openjade-getoptperl.patch, 510 bytes (added by lockhart (Thomas Lockhart), 12 years ago) |
---|
-
msggen.pl
diff -urNp openjade-1.3.2-orig/msggen.pl openjade-1.3.2/msggen.pl
old new 4 4 # See the file COPYING for copying permission. 5 5 6 6 use POSIX; 7 use Getopt::Std; 7 8 8 9 # Package and version. 9 10 $package = 'openjade'; … … $gen_c = 0; 18 19 undef $opt_l; 19 20 undef $opt_p; 20 21 undef $opt_t; 21 do 'getopts.pl'; 22 &Getopts('l:p:t:'); 22 getopts('l:p:t:'); 23 23 $module = $opt_l; 24 24 $pot_file = $opt_p; 25 25