[cig-commits] [commit] master: Fixed typo in help info. (d6d0751)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Apr 9 12:49:55 PDT 2014


Repository : ssh://geoshell/pylith_installer

On branch  : master
Link       : https://github.com/geodynamics/pylith_installer/compare/11494fc75af727cb0de2371b4edfc47baac88c6e...d6d0751f5621d01c3794df36a7034224e60c1fcd

>---------------------------------------------------------------

commit d6d0751f5621d01c3794df36a7034224e60c1fcd
Author: Brad Aagaard <baagaard at usgs.gov>
Date:   Wed Apr 9 12:49:35 2014 -0700

    Fixed typo in help info.
    
    Small improvements to help info.


>---------------------------------------------------------------

d6d0751f5621d01c3794df36a7034224e60c1fcd
 configure.ac | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/configure.ac b/configure.ac
index 1aac178..ac0c69d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -811,6 +811,7 @@ fi
 echo ""
 echo "IMPORTANT"
 echo ""
+echo "  Step 1"
 echo "  BEFORE running \"make\", setup your environment so that all of the "
 echo "  dependencies are consistent. See the file setup.sh in this directory "
 echo "  for how to set your variables for the bash shell. You can either run "
@@ -818,11 +819,13 @@ echo "  \"source setup.sh\" in this terminal (i.e., shell) where you will "
 echo "  build PyLith and it dependencies or add these settings to your "
 echo "  .bashrc or equivalent file and open a new terminal (i.e., shell)."
 echo ""
-echo "  Runing \"make\" will install PyLith and its dependencies to $prefix."
+echo "  Step 2"
+echo "  Running \"make\" will install PyLith and its dependencies to $prefix."
 echo ""
-echo "  AFTER running make, if you did not setup your .bashrc with the "
-echo "  environment variables, be sure to run \"source setup.sh\" in the "
-echo "  terminal (i.e., shell) BEFORE running PyLith."
+echo "  Step 3"
+echo "  If you did not setup your .bashrc with the environment variables, be sure "
+echo "  to run \"source setup.sh\" every time you open a new terminal (i.e., shell) "
+echo "  BEFORE running PyLith."
 echo ""
 
 



More information about the CIG-COMMITS mailing list