SVN: toys/rsget.pl/RSGet/AutoUpdate.pm

sparky sparky at pld-linux.org
Sat Oct 3 20:31:33 CEST 2009


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) ) {


More information about the pld-cvs-commit mailing list