[Rivet-svn] r2818 - bootstrap

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Fri Dec 3 17:46:09 GMT 2010


Author: buckley
Date: Fri Dec  3 17:46:09 2010
New Revision: 2818

Log:
Another tweak

Modified:
   bootstrap/rivet-bootstrap

Modified: bootstrap/rivet-bootstrap
==============================================================================
--- bootstrap/rivet-bootstrap	Fri Dec  3 17:33:30 2010	(r2817)
+++ bootstrap/rivet-bootstrap	Fri Dec  3 17:46:09 2010	(r2818)
@@ -580,10 +580,11 @@
 
     ## Tell the user
     print
-    logging.info("All done. Now set some variables in your shell:\n")
-    logging.info("In sh shell:\n" + SHENV)
-    logging.info("In csh shell:\n" + CSHENV)
-    logging.info("These can be used by sourcing, e.g.\nsource rivetenv.sh\nor\nsource rivetenv.csh")
+    logging.info("All done. Now set some variables in your shell by sourcing, e.g.\n")
+    if opts.INSTALL_RIVET:
+        logging.info("\nsource rivetenv.sh\nor\nsource rivetenv.csh")
+    if opts.INSTALL_AGILE:
+        logging.info("\nsource agileenv.sh\nor\nsource agileenv.csh")
 
 except Exception, e:
     import traceback


More information about the Rivet-svn mailing list