commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

r6430 - trunk/gnue-common


From: jcater
Subject: r6430 - trunk/gnue-common
Date: Thu, 30 Sep 2004 11:19:18 -0500 (CDT)

Author: jcater
Date: 2004-09-30 11:19:17 -0500 (Thu, 30 Sep 2004)
New Revision: 6430

Modified:
   trunk/gnue-common/setup-cvs.py
Log:
trying to fix gcvs creation

Modified: trunk/gnue-common/setup-cvs.py
===================================================================
--- trunk/gnue-common/setup-cvs.py      2004-09-30 14:33:25 UTC (rev 6429)
+++ trunk/gnue-common/setup-cvs.py      2004-09-30 16:19:17 UTC (rev 6430)
@@ -55,10 +55,9 @@
   if not auto:
     print "Creating %s....." % dest ,
   try:
-    if src:
-      file = open(dest,'w')
-      file.write(cvsbase % src)
-      file.close()
+    file = open(dest,'w')
+    file.write(cvsbase % src)
+    file.close()
     os.system ('chmod 700 %s' % dest)
 
     rootCommands.append ('rm -f %s/%s' % (BINDIR, script))





reply via email to

[Prev in Thread] Current Thread [Next in Thread]