From ca3050ec4f282449dcc2e53121e0c4e7be0c82a2 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Fri, 24 Oct 2003 19:33:17 +0000 Subject: [PATCH] * lib/ylwrap: Typo in regex. --- ChangeLog | 4 ++++ THANKS | 1 + lib/ylwrap | 4 ++-- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index eab127826..a05e5e6e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-10-24 Didier Cassirame (tiny change) + + * lib/ylwrap: Typo in regex. + 2003-10-23 Paul Eggert * lib/Automake/XFile.pm: Don't assume -j is solo. diff --git a/THANKS b/THANKS index 9d31ba1ac..2489480a2 100644 --- 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 diff --git a/lib/ylwrap b/lib/ylwrap index 71e522500..ced3af3d6 100755 --- a/lib/ylwrap +++ b/lib/ylwrap @@ -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 . @@ -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 -- 2.47.2