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.69-70-g


From: Paul Eggert
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.69-70-ge5654a5
Date: Tue, 29 Jan 2013 21:47:33 +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=e5654a5591884b92633c7785f325626711e7f7aa

The branch, master has been updated
       via  e5654a5591884b92633c7785f325626711e7f7aa (commit)
      from  c3d301efd6ffe1d908f5eb4f2b9df5380b8b2c3e (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 e5654a5591884b92633c7785f325626711e7f7aa
Author: Paul Eggert <address@hidden>
Date:   Tue Jan 29 13:46:48 2013 -0800

    autoscan: port to perl 5.17
    
    * bin/autoscan.in (scan_sh_file): Escape '{'.  This avoids a
    feature that is deprecated in Perl 5.17.  Reported by Ray Lauff in
    <http://lists.gnu.org/archive/html/bug-autoconf/2013-01/msg00059.html>.

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

Summary of changes:
 bin/autoscan.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/bin/autoscan.in b/bin/autoscan.in
index 993a750..db1df79 100644
--- a/bin/autoscan.in
+++ b/bin/autoscan.in
@@ -358,7 +358,7 @@ sub scan_sh_file ($)
     {
       # Strip out comments and variable references.
       s/#.*//;
-      s/\${[^\}]*}//g;
+      s/\$\{[^\}]*}//g;
       s/@address@hidden@//g;
 
       # Tokens in the code.


hooks/post-receive
-- 
GNU Autoconf source repository



reply via email to

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