Commit 4352b586 authored by Jeff Trawick's avatar Jeff Trawick
Browse files

Add a missing backslash in the install-other code so that the httpd.dll

logic isn't displayed.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88977 13f79535-47bb-0310-9956-ffa450edef68
parent b26d17dd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@ install-other:
		if test -f $$file; then \
			cp -p $$file $(bindir); \
		fi; \
	done;
	done; \
	file=httpd.dll; \
	if test -f $$file; then \
		cp -p $$file $(bindir); \