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 >>[email protected] '<IfModule mod_authz_core.c>'
echo >>[email protected] ' <Location /authz-test-work/sallrany>'
echo >>[email protected] ' DAV svn'
- echo >>[email protected] ' SVNParentPath
$($SVN_WC)/subversion/tests/cmdline/svn-test-work/local_tmp'
+ echo >>[email protected] ' SVNParentPath
$(SVN_WC)/subversion/tests/cmdline/svn-test-work/local_tmp'
echo >>[email protected] ' AuthzSVNAccessFile
$(SVN_WC)/subversion/tests/cmdline/svn-test-work/authz'
ifeq ($(USE_HTTPV1),yes)
echo >>[email protected] ' SVNAdvertiseV2Protocol off'