You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rd...@apache.org on 2012/08/05 23:26:41 UTC

svn commit: r1369686 - /subversion/trunk/build/generator/templates/build_locale.ezt

Author: rdonch
Date: Sun Aug  5 21:26:40 2012
New Revision: 1369686

URL: http://svn.apache.org/viewvc?rev=1369686&view=rev
Log:
* build/generator/templates/build_locale.ezt:
  Fix the relative path to the po directory, broken since build_locale.bat
   was moved in r1034362. (Obvious fix.)


Modified:
    subversion/trunk/build/generator/templates/build_locale.ezt

Modified: subversion/trunk/build/generator/templates/build_locale.ezt
URL: http://svn.apache.org/viewvc/subversion/trunk/build/generator/templates/build_locale.ezt?rev=1369686&r1=1369685&r2=1369686&view=diff
==============================================================================
--- subversion/trunk/build/generator/templates/build_locale.ezt (original)
+++ subversion/trunk/build/generator/templates/build_locale.ezt Sun Aug  5 21:26:40 2012
@@ -18,7 +18,7 @@
 
 @echo off
 @rem **************************************************************************
-cd ..\..\subversion\po
+cd ..\..\..\subversion\po
 mkdir ..\..\%1\mo
 set exitcode=0
 [for pofiles]echo Running msgfmt on [pofiles.po]...