Boost logo

Boost-Commit :

From: ghost_at_[hidden]
Date: 2008-08-25 14:55:06


Author: vladimir_prus
Date: 2008-08-25 14:55:06 EDT (Mon, 25 Aug 2008)
New Revision: 48387
URL: http://svn.boost.org/trac/boost/changeset/48387

Log:
Unbreak file_name_handling on Linux.
The "(" and ")" characters have special meaning to the shell, and must be quoted.

Text files modified:
   trunk/tools/build/v2/test/file_name_handling.py | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/tools/build/v2/test/file_name_handling.py
==============================================================================
--- trunk/tools/build/v2/test/file_name_handling.py (original)
+++ trunk/tools/build/v2/test/file_name_handling.py 2008-08-25 14:55:06 EDT (Mon, 25 Aug 2008)
@@ -70,7 +70,7 @@
     t.write("testScript.jam", """
 actions create-file
 {
- echo Modified file content ($(1:E="")).> "$(1:E="")"
+ echo "Modified file content ($(1:E=""))."> "$(1:E="")"
 }
 
 DEPENDS all : standaloneTarget.txt ;


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