You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2017/08/02 14:34:30 UTC

svn commit: r1803825 - /subversion/trunk/Makefile.in

Author: danielsh
Date: Wed Aug  2 14:34:29 2017
New Revision: 1803825

URL: http://svn.apache.org/viewvc?rev=1803825&view=rev
Log:
* Makefile.in
  (INSTALL_EXTRA_TOOLS.fsfs-stats): Quote the positional parameters in the
    generated 'fsfs-stats' wrapper.
    .
    Followup to r1802032, which was a followup to r1618848.

Suggested by: jamessan

Modified:
    subversion/trunk/Makefile.in

Modified: subversion/trunk/Makefile.in
URL: http://svn.apache.org/viewvc/subversion/trunk/Makefile.in?rev=1803825&r1=1803824&r2=1803825&view=diff
==============================================================================
--- subversion/trunk/Makefile.in (original)
+++ subversion/trunk/Makefile.in Wed Aug  2 14:34:29 2017
@@ -1008,7 +1008,7 @@ INSTALL_EXTRA_TOOLS=\
     ln -sf $(bindir)/svnbench$(EXEEXT) $(DESTDIR)$(toolsdir)/svn-bench$(EXEEXT); \
   fi; \
   printf '\043\041/bin/sh\n%s\n' \
-    'exec $(bindir)/svnfsfs stats $${2:+"-M"} $$2 $$1' \
+    'exec $(bindir)/svnfsfs stats $${2:+"-M"} $${2:+"$$2"} "$$1"' \
     > $(DESTDIR)$(toolsdir)/fsfs-stats$(EXEEXT) && \
   chmod +x $(DESTDIR)$(toolsdir)/fsfs-stats$(EXEEXT)
 # \043\041 is a "#!".  It's written this way because gmake and bmake disagree on