OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-tools Date: 24-Sep-2004 08:41:27
Branch: HEAD Handle: 2004092407412600
Modified files:
openpkg-tools/cmd build.pl
Log:
Fix option parsing: option -E has an argument.
Submitted by: Michael van Elst <[EMAIL PROTECTED]>
Summary:
Revision Changes Path
1.8 +1 -1 openpkg-tools/cmd/build.pl
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-tools/cmd/build.pl
============================================================================
$ cvs diff -u -r1.7 -r1.8 build.pl
--- openpkg-tools/cmd/build.pl 26 Jul 2004 13:16:37 -0000 1.7
+++ openpkg-tools/cmd/build.pl 24 Sep 2004 06:41:26 -0000 1.8
@@ -35,7 +35,7 @@
$opt_z $opt_Z $opt_P $opt_N $opt_E $opt_H $opt_i
$opt_D $opt_p $opt_q $opt_s $opt_S $opt_X $opt_M
$opt_L $opt_W $opt_K $opt_e $opt_b $opt_B $opt_g/;
-my $getopts = 'R:r:f:uUaAzZP:N:EH:iD:p:qsSXMLWKebBg';
+my $getopts = 'R:r:f:uUaAzZP:N:E:H:iD:p:qsSXMLWKebBg';
getopts($getopts);
##########################################################################
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]