X-Git-Url: http://git.plutz.net/?p=cgilite;a=blobdiff_plain;f=cgilite.sh;h=9420b46c18ce96672ac10a9281ac9bd6806e9151;hp=2930a4c36259ff6332375ea80b3a0bd683ee31b3;hb=a301c53cc6f28dde4fa2f80d5785f7988542e327;hpb=318867de22a49dc1e348cc1173ee4cdeb977d7b1 diff --git a/cgilite.sh b/cgilite.sh index 2930a4c..9420b46 100755 --- a/cgilite.sh +++ b/cgilite.sh @@ -170,7 +170,7 @@ URL(){ printf %s "$*" \ | hexdump -v -e '/1 ",%02X"' \ - | tr , % + | sed 's;,;%;g; s;%2F;/;g;' } PATH(){