ports/devel/libedit/files/patch-makelist
Renato Botelho c69c3ca70e - Update to 2.6.9
- OPTIONS'ify

PR:		ports/86053
Submitted by:	Marcus Alves Grando <marcus@corp.grupos.com.br>
2005-09-13 12:40:03 +00:00

11 lines
387 B
Text

--- makelist.orig Tue Sep 13 00:37:41 2005
+++ makelist Tue Sep 13 00:38:08 2005
@@ -145,7 +145,7 @@
#
-fh)
cat $FILES | $AWK '/el_action_t/ { print $3 }' | \
- sort | tr '[a-z]' '[A-Z]' | $AWK '
+ sort | tr '[:lower:]' '[:upper:]' | $AWK '
BEGIN {
printf("/* Automatically generated file, do not edit */\n");
printf("#ifndef _h_fcns_c\n#define _h_fcns_c\n");