[Rivet-svn] r2817 - bootstrap

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Fri Dec 3 17:33:30 GMT 2010


Author: buckley
Date: Fri Dec  3 17:33:30 2010
New Revision: 2817

Log:
Tweak

Modified:
   bootstrap/rivet-bootstrap

Modified: bootstrap/rivet-bootstrap
==============================================================================
--- bootstrap/rivet-bootstrap	Fri Dec  3 13:04:47 2010	(r2816)
+++ bootstrap/rivet-bootstrap	Fri Dec  3 17:33:30 2010	(r2817)
@@ -574,7 +574,7 @@
     if opts.INSTALL_AGILE:
         envpaths += [os.path.join(BUILDDIR, "agile", "agileenv.sh"), os.path.join(BUILDDIR, "agile", "agileenv.csh")]
     for ep in envpaths:
-        if os.path.exists():
+        if os.path.exists(ep):
             shutil.copy(ep, ".")
 
 


More information about the Rivet-svn mailing list