You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2014/06/10 20:06:50 UTC

svn commit: r1601714 - /subversion/trunk/tools/dist/dist.sh

Author: breser
Date: Tue Jun 10 18:06:50 2014
New Revision: 1601714

URL: http://svn.apache.org/r1601714
Log:
Follow up to r1601708: Forgot to fix the paths after copying and pasting.

* tools/dist/dist.sh: Actually export po-update.sh and put it where I expected.

Modified:
    subversion/trunk/tools/dist/dist.sh

Modified: subversion/trunk/tools/dist/dist.sh
URL: http://svn.apache.org/viewvc/subversion/trunk/tools/dist/dist.sh?rev=1601714&r1=1601713&r2=1601714&view=diff
==============================================================================
--- subversion/trunk/tools/dist/dist.sh (original)
+++ subversion/trunk/tools/dist/dist.sh Tue Jun 10 18:06:50 2014
@@ -297,8 +297,8 @@ echo "Running po-update.sh in sandbox, t
 # Can't use the po-update.sh in the packaged export since it might have CRLF
 # line endings, in which case it won't run.  So first we export it again.
 ${svn:-svn} export -q -r "$REVISION"  \
-     "http://svn.apache.org/repos/asf/subversion/$REPOS_PATH/build/find_python.sh" \
-     --username none --password none "$DIST_SANDBOX/find_python.sh"
+     "http://svn.apache.org/repos/asf/subversion/$REPOS_PATH/tools/po/po-update.sh" \
+     --username none --password none "$DIST_SANDBOX/po-update.sh"
 (cd "$DISTPATH" && ../po-update.sh pot) || exit 1
 
 # Pre-translate the various sql-derived header files