aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-30 12:04:51 +0000
committerroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-30 12:04:51 +0000
commit2e10d45b8d2176086f47d5a8d4f9ac0888c79e41 (patch)
tree1b1435addc297fa5deecf6c1286d8ce22d7ddd68
parentdfdb393b88c420c05fb616281348f21e7cf75f64 (diff)
automerge commit
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@23610 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--editline/makelist2
1 files changed, 1 insertions, 1 deletions
diff --git a/editline/makelist b/editline/makelist
index 8e9835309..36f434cd0 100644
--- a/editline/makelist
+++ b/editline/makelist
@@ -145,7 +145,7 @@ case $FLAG in
#
-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");