Commit by: bear
Modified files:
chandler/__hardhat__.py 1.205 1.206

Log message:
ok, no more making changes when I'm tired - I'm just going to have to do
these updates during normal hours 


ViewCVS links:
http://cvs.osafoundation.org/index.cgi/chandler/__hardhat__.py.diff?r1=text&tr1=1.205&r2=text&tr2=1.206

Index: chandler/__hardhat__.py
diff -u chandler/__hardhat__.py:1.205 chandler/__hardhat__.py:1.206
--- chandler/__hardhat__.py:1.205       Thu Mar  3 19:29:48 2005
+++ chandler/__hardhat__.py     Thu Mar  3 20:14:07 2005
@@ -207,7 +207,7 @@
             if os.path.exists(installTarget):
                 os.remove(installTarget)
 
-            os.rename(installSourceFile, installTarget)
+            os.rename(installSource, installTarget)
             
             if buildenv['version'] == 'release':
                 _outputLine(buildenv['outputdir'] + os.sep + "enduser", 
installTargetFile)

_______________________________________________
Commits mailing list
Commits@osafoundation.org
http://lists.osafoundation.org/mailman/listinfo/commits

Reply via email to