blob: da82137a810924ef5672bc7b6bbe816d28fcaa8f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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");
|