Code

gwos sponsors
[rrdtool-all.git] / website / build.sh
index c6a3bc533ba3857c834f7e2344c3576b69702ec6..d50015014ab13e355a429fea92d05497f99c3145 100755 (executable)
@@ -1,8 +1,9 @@
 #!/bin/sh
 PERL5LIB=/home/oetiker/lib/fake-perl/
 SITEROOT=`pwd`
+LANG=C
 PODPATH=`ls */build.sh | sed -e 's|/.*||g' | perl -0777 -e 'print join ":", map {"$_"} split /\n/, <>'`
-export PERL5LIB SITEROOT PODPATH
+export PERL5LIB SITEROOT PODPATH LANG
 rm */pod*tmp
 for x in `ls */build.sh | sed 's|/.*||g'`; do
   echo '****' $x '****'