]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* lib/ylwrap: Typo in regex.
authorAlexandre Duret-Lutz <adl@gnu.org>
Fri, 24 Oct 2003 19:33:17 +0000 (19:33 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Fri, 24 Oct 2003 19:33:17 +0000 (19:33 +0000)
ChangeLog
THANKS
lib/ylwrap

index eab12782639bc8acff46fd746bbc6e9fd2731300..a05e5e6e8efffc1be7dc7dc11b3f620fb1a0e4f2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-10-24  Didier Cassirame  <faded@free.fr>  (tiny change)
+
+       * lib/ylwrap: Typo in regex.
+
 2003-10-23  Paul Eggert  <eggert@twinsun.com>
 
        * lib/Automake/XFile.pm: Don't assume -j is solo.
diff --git a/THANKS b/THANKS
index 9d31ba1ac3168f59f5663ef5d361458ca22d3a31..2489480a20ea05feff8bec18c91eb3f09cbdb13e 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -46,6 +46,7 @@ David Pashley         david@davidpashley.com
 David Zaroski          cz253@cleveland.Freenet.Edu
 Dean Povey             dpovey@wedgetail.com
 Derek R. Price         derek.price@openavenue.com
+Didier Cassirame       faded@free.fr
 Dieter Baron           dillo@stieltjes.smc.univie.ac.at
 Dmitry Mikhin          dmitrym@acres.com.au
 Doug Evans             devans@cygnus.com
index 71e522500a1452d3a781e3d5d5759b244190af14..ced3af3d619ff42d3b3adf98bc5f8f637b503da9 100755 (executable)
@@ -1,7 +1,7 @@
 #! /bin/sh
 # ylwrap - wrapper for lex/yacc invocations.
 #
-# Copyright (C) 1996, 1997, 1998, 1999, 2001, 2002 Free Software
+# Copyright (C) 1996, 1997, 1998, 1999, 2001, 2002, 2003 Free Software
 # Foundation, Inc.
 #
 # Written by Tom Tromey <tromey@cygnus.com>.
@@ -134,7 +134,7 @@ if test $status -eq 0; then
         TARGET=`echo "$2" | sed \
                  -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'\
                  -e 's/[^ABCDEFGHIJKLMNOPQRSTUVWXYZ]/_/g'`
-         sed "/^#/{s,$input_rx,,;s,$from,$2,;s,$FORM,$TO,;}" "$from" >"$target" ||
+         sed "/^#/{s,$input_rx,,;s,$from,$2,;s,$FROM,$TO,;}" "$from" >"$target" ||
             status=$?
       else
         # A missing file is only an error for the first file.  This