Author: sparky Date: Sat Oct 3 20:31:33 2009 New Revision: 10667 Modified: toys/rsget.pl/RSGet/AutoUpdate.pm Log: - execute svn with LC_ALL=C
Modified: toys/rsget.pl/RSGet/AutoUpdate.pm ============================================================================== --- toys/rsget.pl/RSGet/AutoUpdate.pm (original) +++ toys/rsget.pl/RSGet/AutoUpdate.pm Sat Oct 3 20:31:33 2009 @@ -28,6 +28,7 @@ chdir $svn_dir or die "Can't chdir to '$svn_dir'\n"; print "Updating from SVN:\n"; + local $ENV{LC_ALL} = "C"; my $svn_uri = setting("svn_uri"); my $updated = 0; foreach my $dir ( qw(data RSGet Get Link) ) { _______________________________________________ pld-cvs-commit mailing list pld-cvs-commit@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit