Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r71290 - trunk
From: steven_at_[hidden]
Date: 2011-04-15 11:18:45


Author: steven_watanabe
Date: 2011-04-15 11:18:44 EDT (Fri, 15 Apr 2011)
New Revision: 71290
URL: http://svn.boost.org/trac/boost/changeset/71290

Log:
Fix grep command
Text files modified:
   trunk/bootstrap.sh | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/bootstrap.sh
==============================================================================
--- trunk/bootstrap.sh (original)
+++ trunk/bootstrap.sh 2011-04-15 11:18:44 EDT (Fri, 15 Apr 2011)
@@ -241,7 +241,7 @@
 
 The Boost libraries requiring separate building and installation are:
 EOF
- $BJAM -d0 --show-libraries | grep '^\s*-'
+ $BJAM -d0 --show-libraries | grep '^[[:space:]]*-'
   exit 0
 fi
 


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