|
[Rivet-svn] r2819 - bootstrapblackhole at projects.hepforge.org blackhole at projects.hepforge.orgFri Dec 3 17:50:45 GMT 2010
Author: buckley Date: Fri Dec 3 17:50:45 2010 New Revision: 2819 Log: Formatting improvement Modified: bootstrap/rivet-bootstrap Modified: bootstrap/rivet-bootstrap ============================================================================== --- bootstrap/rivet-bootstrap Fri Dec 3 17:46:09 2010 (r2818) +++ bootstrap/rivet-bootstrap Fri Dec 3 17:50:45 2010 (r2819) @@ -582,9 +582,14 @@ print 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") + logging.info("source rivetenv.sh") if opts.INSTALL_AGILE: - logging.info("\nsource agileenv.sh\nor\nsource agileenv.csh") + logging.info("source agileenv.sh") + logging.info("\nor\n") + if opts.INSTALL_RIVET: + logging.info("source rivetenv.csh") + if opts.INSTALL_AGILE: + logging.info("source agileenv.csh") except Exception, e: import traceback
More information about the Rivet-svn mailing list |