Commit 4a5d67fde8cfcbd253af8a0753a1318264fedd66:
    Final message

Branch: refs/heads/master
Author: Sebb <[email protected]>
Committer: Sebb <[email protected]>
Pusher: sebb <[email protected]>

------------------------------------------------------------
www/test.cgi                                                 | + --
------------------------------------------------------------
3 changes: 1 additions, 2 deletions.
------------------------------------------------------------


diff --git a/www/test.cgi b/www/test.cgi
index 6ec2f42..b7c03c6 100755
--- a/www/test.cgi
+++ b/www/test.cgi
@@ -2,8 +2,6 @@
 
 print "Content-type: text/plain\r\n\r\n"
 
-#print ENV.inspect
-
 ENV.sort.each do |k,v|
   if k.eql? 'HTTP_AUTHORIZATION'
       # cannot use sub! because value is fozen
@@ -37,4 +35,5 @@ if query and not query.empty? and ENV['SCRIPT_URL'] == 
'/test.cgi'
       sleep wait
       print " done waiting\n"
     end
+    print "All done\n"
 end

Reply via email to