summaryrefslogtreecommitdiff
path: root/lib/ylwrap
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2003-10-24 19:33:17 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2003-10-24 19:33:17 +0000
commitca3050ec4f282449dcc2e53121e0c4e7be0c82a2 (patch)
treec6ee3880b3f7ce000c318704c19909a07902c5a3 /lib/ylwrap
parent52cb203dab9693a51a703e93544c6f471351a15b (diff)
downloadautomake-ca3050ec4f282449dcc2e53121e0c4e7be0c82a2.tar.gz
* lib/ylwrap: Typo in regex.
Diffstat (limited to 'lib/ylwrap')
-rwxr-xr-xlib/ylwrap4
1 files changed, 2 insertions, 2 deletions
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 <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