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

Modified Files:
        mhopt.pl 
Log Message:
Fixed typo in setting $DbFilePermsOct.


Index: mhopt.pl
===================================================================
RCS file: /cvsroot/mhonarc/mhonarc/MHonArc/lib/mhopt.pl,v
retrieving revision 2.36
retrieving revision 2.37
diff -C2 -r2.36 -r2.37
*** mhopt.pl    20 Nov 2002 23:53:12 -0000      2.36
--- mhopt.pl    24 Nov 2002 06:11:10 -0000      2.37
***************
*** 598,602 ****
      $FilePermsOct   = oct($FilePerms);
      $DbFilePerms    = $opt{'dbfileperms'}  if defined($opt{'dbfileperms'});
!     $DbFilePermsOct = oct($FilePerms);
  
      ##        Get sort method
--- 598,602 ----
      $FilePermsOct   = oct($FilePerms);
      $DbFilePerms    = $opt{'dbfileperms'}  if defined($opt{'dbfileperms'});
!     $DbFilePermsOct = oct($DbFilePerms);
  
      ##        Get sort method

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

Reply via email to