Commit 2ffd8637 authored by neilpang's avatar neilpang
Browse files

fix standalone content

parent d0d74907
...@@ -2111,7 +2111,7 @@ _startserver() { ...@@ -2111,7 +2111,7 @@ _startserver() {
echo 'HTTP/1.0 200 OK'; \ echo 'HTTP/1.0 200 OK'; \
echo 'Content-Length\: $_content_len'; \ echo 'Content-Length\: $_content_len'; \
echo ''; \ echo ''; \
printf '$content';" & printf -- '$content';" &
serverproc="$!" 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