autoconf-commit
[Top][All Lists]
Advanced

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

[SCM] GNU Autoconf source repository branch, master, updated. v2.68-89-g


From: Eric Blake
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.68-89-g2a9b772
Date: Fri, 16 Sep 2011 19:39:45 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Autoconf source repository".

http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=2a9b772222423b28ad741ab74407f680d2caaadd

The branch, master has been updated
       via  2a9b772222423b28ad741ab74407f680d2caaadd (commit)
      from  19951ff75b438115dceeb02ab85564028745c45e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2a9b772222423b28ad741ab74407f680d2caaadd
Author: Eric Blake <address@hidden>
Date:   Fri Sep 16 13:37:38 2011 -0600

    docs: fix typo in shell example
    
    * doc/autoconf.texi (Shell Substitutions): Fix typo.
    * THANKS: Update.
    Reported by Nick Bowler.
    
    Signed-off-by: Eric Blake <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog         |    7 +++++++
 THANKS            |    1 +
 doc/autoconf.texi |    6 +++---
 3 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 01df9ad..76b283c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-09-16  Eric Blake  <address@hidden>
+
+       docs: fix typo in shell example
+       * doc/autoconf.texi (Shell Substitutions): Fix typo.
+       * THANKS: Update.
+       Reported by Nick Bowler.
+
 2011-09-14  Stefano Lattarini  <address@hidden>
 
        docs: more details about make VPATH rewriting woes
diff --git a/THANKS b/THANKS
index 51188aa..867c0d8 100644
--- a/THANKS
+++ b/THANKS
@@ -301,6 +301,7 @@ Nathanael Nerode            address@hidden
 Nelson H. F. Beebe          address@hidden
 Nicolas Joly                address@hidden
 Nicolás Lichtmaier          address@hidden
+Nick Bowler                 address@hidden
 NightStrike                 address@hidden
 Nishio Futoshi              address@hidden
 Noah Elliott                address@hidden
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index 3d99012..f202c10 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -15942,11 +15942,11 @@ then use @samp{$t} as the @var{value}, rather than 
trying to inline
 the expression needing quoting.
 
 @example
-$ @kbd{/bin/sh -c 't="a  b\"'\''@}\\"; echo "address@hidden@}"'}
+$ @kbd{/bin/sh -c 't="b  c\"'\''@}\\"; echo "address@hidden@}"'}
 b  c"'@}\
-$ @kbd{ksh -c 't="a  b\"'\''@}\\"; echo "address@hidden@}"'}
+$ @kbd{ksh -c 't="b  c\"'\''@}\\"; echo "address@hidden@}"'}
 b  c"'@}\
-$ @kbd{bash -c 't="a  b\"'\''@}\\"; echo "address@hidden@}"'}
+$ @kbd{bash -c 't="b  c\"'\''@}\\"; echo "address@hidden@}"'}
 b  c"'@}\
 @end example
 


hooks/post-receive
-- 
GNU Autoconf source repository



reply via email to

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