Unverified Commit 5707b931 authored by neil's avatar neil Committed by GitHub
Browse files

Merge pull request #3493 from goekesmi/master

Pass content via printf string format and argument
parents ec0538d2 81b2d073
......@@ -2357,7 +2357,7 @@ _startserver() {
echo 'HTTP/1.0 200 OK'; \
echo 'Content-Length\: $_content_len'; \
echo ''; \
printf -- '$content';" &
printf '%s' '$content';" &
serverproc="$!"
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment