Update of /cvsroot/mhonarc/mharc/bin
In directory subversions:/tmp/cvs-serv20276/bin
Modified Files:
apply-config
Log Message:
* Minor change in calling find() which should make apply-config run
under older versions of Perl with older versions of File::Find module.
Index: apply-config
===================================================================
RCS file: /cvsroot/mhonarc/mharc/bin/apply-config,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** apply-config 11 Oct 2002 23:52:28 -0000 1.13
--- apply-config 13 Oct 2002 18:04:59 -0000 1.14
***************
*** 159,165 ****
}
! find({ wanted => \&wanted,
! },
! @ARGV);
##--------------------------------------------------------------------------##
--- 159,163 ----
}
! find(\&wanted, @ARGV);
##--------------------------------------------------------------------------##
---------------------------------------------------------------------
To sign-off this list, send email to majordomo(_at_)mhonarc(_dot_)org with the
message text UNSUBSCRIBE MHONARC-DEV