Author: sparky
Date: Sun Nov  1 03:30:05 2009
New Revision: 10922

Modified:
   toys/rsget.pl/rsget.pl
Log:
- use "svn" subdir for local_path


Modified: toys/rsget.pl/rsget.pl
==============================================================================
--- toys/rsget.pl/rsget.pl      (original)
+++ toys/rsget.pl/rsget.pl      Sun Nov  1 03:30:05 2009
@@ -29,7 +29,7 @@
 parse_args();
 
 if ( $settings{use_svn} and $settings{use_svn}->[0] =~ /^(yes|update)$/ ) {
-       $local_path = $cdir;
+       $local_path = "$cdir/svn";
        unshift @INC, $local_path;
 
        eval {
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to