texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[6740] avoid space at start of command


From: Gavin D. Smith
Subject: [6740] avoid space at start of command
Date: Sat, 31 Oct 2015 12:18:03 +0000

Revision: 6740
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6740
Author:   gavin
Date:     2015-10-31 12:18:00 +0000 (Sat, 31 Oct 2015)
Log Message:
-----------
avoid space at start of command

Modified Paths:
--------------
    trunk/install-info/tests/defs.in

Modified: trunk/install-info/tests/defs.in
===================================================================
--- trunk/install-info/tests/defs.in    2015-10-31 11:39:10 UTC (rev 6739)
+++ trunk/install-info/tests/defs.in    2015-10-31 12:18:00 UTC (rev 6740)
@@ -41,12 +41,12 @@
 
 # Use first line to run valgrind on the tests.  After "make check",
 # check for errors with "grep ERROR\ SUM *.log".
-#valgrind=valgrind
+#valgrind='valgrind '
 valgrind=
 
 # Two variables we use in the test scripts:
 top_builddir='@top_builddir@'
-install_info=${valgrind}\ ${top_builddir}/install-info/ginstall-info
+install_info=${valgrind}${top_builddir}/install-info/ginstall-info
 export install_info
 #
 top_srcdir='@top_srcdir@'




reply via email to

[Prev in Thread] Current Thread [Next in Thread]