changeset 6118:2803c70d8d01

[project @ 2006-10-27 23:19:17 by jwe]
author jwe
date Fri, 27 Oct 2006 23:19:17 +0000
parents 45e37d4f324e
children fabb1be5fd84
files libcruft/ChangeLog libcruft/mkf77def.in
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libcruft/ChangeLog	Fri Oct 27 21:41:54 2006 +0000
+++ b/libcruft/ChangeLog	Fri Oct 27 23:19:17 2006 +0000
@@ -3,6 +3,7 @@
 	* mkf77def.in: Downcase all input to simplify matching.
 	Match only lines beginning with whitespace.
 	Match function return types.
+	Use literal TAB characters instead of \t in sed patterns.
 	From Michael Goffioul <michael.goffioul@swing.be>.
 
 2006-10-26  Michael Goffioul  <michael.goffioul@swing.be>
--- a/libcruft/mkf77def.in	Fri Oct 27 21:41:54 2006 +0000
+++ b/libcruft/mkf77def.in	Fri Oct 27 23:19:17 2006 +0000
@@ -27,5 +27,5 @@
 
 $SED -n \
   -e 'y/ABCDEFGHIJLKMNOPQRSTUVWXYZ/abcdefghijlkmnopqrstuvwxyz/' \
-  -e 's/^\(      \|\t\)[ \t]*\(.*function\|subroutine\|entry\)[ \t]*\([^ \t(]*\).*$/\3/p' | \
+  -e 's/^\(      \|	\)[ 	]*\(.*function\|subroutine\|entry\)[ 	]*\([^ 	(]*\).*$/\3/p' | \
   eval $awkcmd