diff options
author | Richard Nelson <unixabg@gmail.com> | 2010-06-16 08:05:29 -0500 |
---|---|---|
committer | Richard Nelson <unixabg@gmail.com> | 2010-06-16 08:05:29 -0500 |
commit | 6a2ebe6a34b7d274060a0701a6eb5d2252920a77 (patch) | |
tree | e9b77e8855e47c0d3f24779187b72524964a300b /cgi | |
parent | e9406b98a257ad691c847da394ef93a7e322a1ac (diff) | |
download | vyos-live-build-6a2ebe6a34b7d274060a0701a6eb5d2252920a77.tar.gz vyos-live-build-6a2ebe6a34b7d274060a0701a6eb5d2252920a77.zip |
Whitespace removal
Diffstat (limited to 'cgi')
-rwxr-xr-x | cgi/cgi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ else # Converting '~': sed 's/%7E/\~/g' # Translate parameters - QUERY_STRING=$(echo "${QUERY_STRING}" | sed -e 's/%2F/\//g' -e 's/+/ /g' -e 's/%3B/;/g' -e 's/%7E/~/g' -e 's/%3A/:/g' -e 's/%40/@/g') + QUERY_STRING=$(echo "${QUERY_STRING}" | sed -e 's/%2F/\//g' -e 's/+/ /g' -e 's/%3B/;/g' -e 's/%7E/~/g' -e 's/%3A/:/g' -e 's/%40/@/g') # Debug the filtering string # echo ${QUERY_STRING} |