[Rivet-svn] r2027 - bootstrap

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Thu Nov 5 22:49:34 GMT 2009


Author: buckley
Date: Thu Nov  5 22:49:34 2009
New Revision: 2027

Log:
Seems like the portable form for sh shells is "source" rather than "."

Modified:
   bootstrap/rivet-bootstrap

Modified: bootstrap/rivet-bootstrap
==============================================================================
--- bootstrap/rivet-bootstrap	Thu Nov  5 22:05:32 2009	(r2026)
+++ bootstrap/rivet-bootstrap	Thu Nov  5 22:49:34 2009	(r2027)
@@ -598,7 +598,7 @@
     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.\n. rivetenv.sh\nor\nsource rivetenv.csh")
+    logging.info("These can be used by sourcing, e.g.\nsource rivetenv.sh\nor\nsource rivetenv.csh")
 
 except Exception, e:
     import traceback


More information about the Rivet-svn mailing list