Boost logo

Boost-Commit :

From: jurko.gospodnetic_at_[hidden]
Date: 2008-07-12 20:42:50


Author: jurko
Date: 2008-07-12 20:42:50 EDT (Sat, 12 Jul 2008)
New Revision: 47370
URL: http://svn.boost.org/trac/boost/changeset/47370

Log:
Fixed a typo in code for setting the default tag joiner character in the Boost Build tools/common.jam module. Caught and reported by Steven Watanabe.
Text files modified:
   trunk/tools/build/v2/tools/common.jam | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/tools/build/v2/tools/common.jam
==============================================================================
--- trunk/tools/build/v2/tools/common.jam (original)
+++ trunk/tools/build/v2/tools/common.jam 2008-07-12 20:42:50 EDT (Sat, 12 Jul 2008)
@@ -799,7 +799,7 @@
 
 local rule join-tag ( joiner ? : tag ? )
 {
- if ! $(joinder) { joiner = - ; }
+ if ! $(joiner) { joiner = - ; }
     return $(joiner)$(tag) ;
 }
 


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