Update of /cvsroot/mhonarc/mhonarc/MHonArc/lib
In directory subversions:/tmp/cvs-serv7120

Modified Files:
        mhfile.pl 
Log Message:
Fixed new cmd_pipe_open() routine.


Index: mhfile.pl
===================================================================
RCS file: /cvsroot/mhonarc/mhonarc/MHonArc/lib/mhfile.pl,v
retrieving revision 2.8
retrieving revision 2.9
diff -C2 -r2.8 -r2.9
*** mhfile.pl   23 Nov 2002 04:10:40 -0000      2.8
--- mhfile.pl   24 Nov 2002 04:15:12 -0000      2.9
***************
*** 81,85 ****
  sub cmd_pipe_open {
      my $handle        = shift;
!     my @cmd   = shift;
  
      if (!$UNIX) {
--- 81,85 ----
  sub cmd_pipe_open {
      my $handle        = shift;
!     my @cmd   = @_;
  
      if (!$UNIX) {

---------------------------------------------------------------------
To sign-off this list, send email to [EMAIL PROTECTED] with the
message text UNSUBSCRIBE MHONARC-DEV

Reply via email to