texinfo-commits
[Top][All Lists]
Advanced

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

[8013] don't use sh -c for subshell


From: gavinsmith0123
Subject: [8013] don't use sh -c for subshell
Date: Tue, 7 Aug 2018 10:04:49 -0400 (EDT)

Revision: 8013
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=8013
Author:   gavin
Date:     2018-08-07 10:04:48 -0400 (Tue, 07 Aug 2018)
Log Message:
-----------
don't use sh -c for subshell

Modified Paths:
--------------
    trunk/ChangeLog

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2018-08-07 13:46:25 UTC (rev 8012)
+++ trunk/ChangeLog     2018-08-07 14:04:48 UTC (rev 8013)
@@ -1,5 +1,13 @@
 2018-08-07  Gavin Smith  <address@hidden>
 
+       * info/t/Init-test.inc (run_ginfo): Run ginfo inside a subshell 
+       with parentheses instead of using "sh -c".  This enables the use 
+       of "$@" and avoids the need for an extra level of quoting when 
+       calling run_ginfo.  Time out the process outside of the 
+       subshell.
+
+2018-08-07  Gavin Smith  <address@hidden>
+
        * info/t/echo-area-no-completions.sh: New test.
 
 2018-08-07  Gavin Smith  <address@hidden>




reply via email to

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