texinfo-commits
[Top][All Lists]
Advanced

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

[7910] shorten a comment


From: gavinsmith0123
Subject: [7910] shorten a comment
Date: Sun, 9 Jul 2017 10:59:53 -0400 (EDT)

Revision: 7910
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7910
Author:   gavin
Date:     2017-07-09 10:59:53 -0400 (Sun, 09 Jul 2017)
Log Message:
-----------
shorten a comment

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/info/t/Init-inter.inc

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2017-07-09 14:38:01 UTC (rev 7909)
+++ trunk/ChangeLog     2017-07-09 14:59:53 UTC (rev 7910)
@@ -1,5 +1,9 @@
 2017-07-09  Gavin Smith  <address@hidden>
 
+       * info/t/Init-inter.inc (run_ginfo): Shorten a comment.
+
+2017-07-09  Gavin Smith  <address@hidden>
+
        * info/nodes.c (info_find_file): Do not convert the filename to 
        lowercase and check for it again if a file was not found.
 

Modified: trunk/info/t/Init-inter.inc
===================================================================
--- trunk/info/t/Init-inter.inc 2017-07-09 14:38:01 UTC (rev 7909)
+++ trunk/info/t/Init-inter.inc 2017-07-09 14:59:53 UTC (rev 7910)
@@ -93,10 +93,7 @@
 run_ginfo ()
 {
   sh -c "
-    # Close fd opened to control FIFO in subshell so pseudotty can exit 
-    # for an EOF.  This prevents lingering processes if a test is 
-    # interrupted.
-    exec 7>&- ;
+    exec 7>&- ; # Close fd from parent shell
 
     (sleep 3 ; kill \$\$) &
     exec $GINFO $GINFO_OPTIONS $* 0<>$PTS_DEVICE 1<&0 ;" &




reply via email to

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