summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/lowercase.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/lowercase.cgi b/bin/lowercase.cgi
index 376ad54..9ff9ca3 100755
--- a/bin/lowercase.cgi
+++ b/bin/lowercase.cgi
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-uri="${REQUEST_SCHEME:-http}://${HTTP_HOST}${PATH_INFO}"
+uri="${REQUEST_SCHEME:-http}://${HTTP_HOST}${PATH_INFO,,}"
if test -n "$QUERY_STRING"; then
uri+="?$QUERY_STRING"
fi