You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2011/10/15 22:01:45 UTC

svn commit: r1183677 - /subversion/site/publish/docs/community-guide/repro-template.sh

Author: danielsh
Date: Sat Oct 15 20:01:44 2011
New Revision: 1183677

URL: http://svn.apache.org/viewvc?rev=1183677&view=rev
Log:
* publish/docs/community-guide/repro-template.sh:
    Force all output to English.

Modified:
    subversion/site/publish/docs/community-guide/repro-template.sh

Modified: subversion/site/publish/docs/community-guide/repro-template.sh
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/community-guide/repro-template.sh?rev=1183677&r1=1183676&r2=1183677&view=diff
==============================================================================
--- subversion/site/publish/docs/community-guide/repro-template.sh (original)
+++ subversion/site/publish/docs/community-guide/repro-template.sh Sat Oct 15 20:01:44 2011
@@ -20,6 +20,9 @@ SVN=`which svn`
 SVNSERVE=`which svnserve`
 SVNADMIN=`which svnadmin`
 
+# Use English output.
+LC_ALL=C; export LC_ALL
+
 # Select an access method.  If svn://, the svnserve setup is
 # handled automagically by this script; but if http://, then
 # you'll have to configure it yourself first.