[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r1210111 - /subversion/trunk/tools/dev/unix-build/Makefile.svn

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Sun, 04 Dec 2011 16:33:21 +0200

On Sunday, December 04, 2011 1:39 PM, stsp_at_apache.org wrote:
> - @echo export LD_LIBRARY_PATH=$(LD_LIBRARY_PATH):$$LD_LIBRARY_PATH
> + @echo export LD_LIBRARY_PATH="$(LD_LIBRARY_PATH):$$LD_LIBRARY_PATH" \
> + "PYTHONPATH=$(SVN_PREFIX)/lib/svn-python"

Should be

                "PYTHONPATH=$(SVN_PREFIX)/lib/svn-python:$$PYTHONPATH"

?
Received on 2011-12-04 15:33:56 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.