Paul Eggert
2013-01-29 21:47:33 UTC
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 <***@cs.ucla.edu>
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/@[^@]*@//g;
# Tokens in the code.
hooks/post-receive
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 <***@cs.ucla.edu>
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/@[^@]*@//g;
# Tokens in the code.
hooks/post-receive
--
GNU Autoconf source repository
GNU Autoconf source repository