summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlocalkannel-dispatch2
1 files changed, 1 insertions, 1 deletions
diff --git a/localkannel-dispatch b/localkannel-dispatch
index 26edfb1..7378534 100755
--- a/localkannel-dispatch
+++ b/localkannel-dispatch
@@ -38,7 +38,7 @@ uriunescape() {
if [ 0 = "$urldecode" ]; then
echo "$@"
else
- echo "$@" | perl -e 'use URI::Escape; print lc(uri_unescape(<STDIN>));'
+ echo "$@" | perl -e 'use URI::Escape; print uri_unescape(<STDIN>);'
fi
}