[llvm-commits] CVS: llvm-www/releases/testregister.cgi
    John Criswell 
    criswell at cs.uiuc.edu
       
    Thu Dec 18 11:27:01 PST 2003
    
    
  
Changes in directory llvm-www/releases:
testregister.cgi updated: 1.6 -> 1.7
---
Log message:
Fixed syntax error.
---
Diffs of the changes:  (+1 -1)
Index: llvm-www/releases/testregister.cgi
diff -u llvm-www/releases/testregister.cgi:1.6 llvm-www/releases/testregister.cgi:1.7
--- llvm-www/releases/testregister.cgi:1.6	Thu Dec 18 11:25:18 2003
+++ llvm-www/releases/testregister.cgi	Thu Dec 18 11:26:37 2003
@@ -8,7 +8,7 @@
 import Cookie
 
 # List of email addresses that want to know when people download
-notifylist=['criswell at uiuc.edu]
+notifylist=['criswell at uiuc.edu']
 
 # Full pathname of the logfile
 logfilename='/var/tmp/LLVMDownloads'
    
    
More information about the llvm-commits
mailing list