Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r80183 - trunk/tools/build/v2/engine
From: jurko.gospodnetic_at_[hidden]
Date: 2012-08-24 21:54:11


Author: jurko
Date: 2012-08-24 21:54:11 EDT (Fri, 24 Aug 2012)
New Revision: 80183
URL: http://svn.boost.org/trac/boost/changeset/80183

Log:
Corrected a typo in Boost Jam's Unix build script's error message.
Text files modified:
   trunk/tools/build/v2/engine/build.sh | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/tools/build/v2/engine/build.sh
==============================================================================
--- trunk/tools/build/v2/engine/build.sh (original)
+++ trunk/tools/build/v2/engine/build.sh 2012-08-24 21:54:11 EDT (Fri, 24 Aug 2012)
@@ -36,7 +36,7 @@
     echo "### A special toolset; cc, is available which is used as a fallback"
     echo "### when a more specific toolset is not found and the cc command is"
     echo "### detected. The 'cc' toolset will use the CC, CFLAGS, and LIBS"
- echo "### envrironment variables, if present."
+ echo "### environment variables, if present."
     echo "###"
     exit 1
 }


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk