summaryrefslogtreecommitdiffhomepage
path: root/auto/feature
diff options
context:
space:
mode:
Diffstat (limited to 'auto/feature')
-rw-r--r--auto/feature3
1 files changed, 2 insertions, 1 deletions
diff --git a/auto/feature b/auto/feature
index 15da5bde3..6ad008ae0 100644
--- a/auto/feature
+++ b/auto/feature
@@ -14,7 +14,8 @@ END
ngx_found=no
if test -n "$ngx_feature_name"; then
- ngx_have_feature=`echo $ngx_feature_name | tr '[a-z]' '[A-Z]'`
+ ngx_have_feature=`echo $ngx_feature_name \
+ | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`
fi
cat << END > $NGX_AUTOTEST.c