]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/http/server/cgi/cgi.factor
Fix comments to be ! not #!.
[factor.git] / basis / http / server / cgi / cgi.factor
index 40e512a060fd0f102e68c71efbec8f28ce008832..0299f0118d84b1a3bc7bf1b80ae02a1e1e494c23 100644 (file)
@@ -7,7 +7,7 @@ math.parser fry urls urls.encoding calendar make ;
 IN: http.server.cgi
 
 : cgi-variables ( script-path -- assoc )
-    #! This needs some work.
+    ! This needs some work.
     [
         "CGI/1.0" "GATEWAY_INTERFACE" ,,
         "HTTP/" request get version>> append "SERVER_PROTOCOL" ,,