Hi,

I've made a patch several months ago concerning ylwrap, and posted it on
http://savannah.gnu.org/patch/?group=automake , but it seems that it
wasn't included yet. Since there wasn't any response so far, I joined
the list to ask about its validity.
This patch fixes a small typo on a variable name, and comes attached
with this mail. 

Didier Cassirame

--- ./ylwrap	2003-03-05 00:52:19.000000000 +0100
+++ ./automake-1.7/ylwrap	2003-03-05 00:53:02.000000000 +0100
@@ -134,7 +134,7 @@
 	 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

Reply via email to