[Rivet-svn] r2820 - bootstrap

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Fri Dec 3 18:00:46 GMT 2010


Author: buckley
Date: Fri Dec  3 18:00:46 2010
New Revision: 2820

Log:
Last formatting improvement

Modified:
   bootstrap/rivet-bootstrap

Modified: bootstrap/rivet-bootstrap
==============================================================================
--- bootstrap/rivet-bootstrap	Fri Dec  3 17:50:45 2010	(r2819)
+++ bootstrap/rivet-bootstrap	Fri Dec  3 18:00:46 2010	(r2820)
@@ -580,12 +580,12 @@
 
     ## Tell the user
     print
-    logging.info("All done. Now set some variables in your shell by sourcing, e.g.\n")
+    logging.info("All done. Now set some variables in your shell by sourcing, for bash shell:\n")
     if opts.INSTALL_RIVET:
         logging.info("source rivetenv.sh")
     if opts.INSTALL_AGILE:
         logging.info("source agileenv.sh")
-    logging.info("\nor\n")
+    logging.info("\nor for csh shell:\n")
     if opts.INSTALL_RIVET:
         logging.info("source rivetenv.csh")
     if opts.INSTALL_AGILE:


More information about the Rivet-svn mailing list