From: Dirk Koopman Date: Sat, 22 Sep 2007 15:14:53 +0000 (+0200) Subject: Merge branch 'newpc92timings' of /scm/spider into newpc92timings X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=commitdiff_plain;h=66c58b99fabc3b52b5f9c59f193976c3fc7e5791;hp=2b7127419df6c476114a6620e9d4af0a70748245;p=spider.git Merge branch 'newpc92timings' of /scm/spider into newpc92timings --- diff --git a/cmd/mrtg.pl b/cmd/mrtg.pl index 9e6112c6..93adf332 100644 --- a/cmd/mrtg.pl +++ b/cmd/mrtg.pl @@ -142,5 +142,11 @@ if ($want{wcy} || $want{all}) { # # do the mrtg thing # -my @out = $mc->run unless $want{nomrtg}; + +my @out; +{ +local %ENV; +$ENV{LANG} = 'C'; +@out = $mc->run unless $want{nomrtg}; +} return (1, @out);