Commit Diff


commit - 3e0164f4c31a96455a71e87c071ffedffca9dfa5
commit + af5f9b271e852c641ff6c1d226e42d98f4182f25
blob - 9ab254b0e186ca2c7b02084984f611a8e684d1c1
blob + 71bf2922f6e6d2a5fa3f34aa9ffa0414fddde3e7
--- gmid.1
+++ gmid.1
@@ -612,7 +612,7 @@ and enable CGI scripts inside
 $ mkdir docs/cgi
 $ cat <<EOF > docs/cgi/hello
 #!/bin/sh
-printf "20 text/plain\\r\\n"
+printf "20 text/plain\er\en"
 echo "hello world"
 EOF
 $ chmod +x docs/cgi/hello