Author: stsp
Date: Mon Jan  7 13:13:53 2019
New Revision: 1850636

URL: http://svn.apache.org/viewvc?rev=1850636&view=rev
Log:
* tools/dev/unix-build/Makefile.svn: Fix typo which resulted in a bad httpd
  configuration for 'make check'.

Modified:
    subversion/trunk/tools/dev/unix-build/Makefile.svn

Modified: subversion/trunk/tools/dev/unix-build/Makefile.svn
URL: 
http://svn.apache.org/viewvc/subversion/trunk/tools/dev/unix-build/Makefile.svn?rev=1850636&r1=1850635&r2=1850636&view=diff
==============================================================================
--- subversion/trunk/tools/dev/unix-build/Makefile.svn (original)
+++ subversion/trunk/tools/dev/unix-build/Makefile.svn Mon Jan  7 13:13:53 2019
@@ -2014,7 +2014,7 @@ endif
        echo >>$@.tmp '<IfModule mod_authz_core.c>'
        echo >>$@.tmp '  <Location /authz-test-work/sallrany>'
        echo >>$@.tmp '    DAV               svn'
-       echo >>$@.tmp '    SVNParentPath     
$($SVN_WC)/subversion/tests/cmdline/svn-test-work/local_tmp'
+       echo >>$@.tmp '    SVNParentPath     
$(SVN_WC)/subversion/tests/cmdline/svn-test-work/local_tmp'
        echo >>$@.tmp '    AuthzSVNAccessFile 
$(SVN_WC)/subversion/tests/cmdline/svn-test-work/authz'
 ifeq ($(USE_HTTPV1),yes)
        echo >>$@.tmp '    SVNAdvertiseV2Protocol off'


Reply via email to