Boost logo

Boost-Commit :

From: steven_at_[hidden]
Date: 2008-08-13 13:26:11


Author: steven_watanabe
Date: 2008-08-13 13:26:11 EDT (Wed, 13 Aug 2008)
New Revision: 48128
URL: http://svn.boost.org/trac/boost/changeset/48128

Log:
Quote the perlscript's location
Text files modified:
   sandbox/tools/profile_templates/template-profile.jam | 3 ++-
   1 files changed, 2 insertions(+), 1 deletions(-)

Modified: sandbox/tools/profile_templates/template-profile.jam
==============================================================================
--- sandbox/tools/profile_templates/template-profile.jam (original)
+++ sandbox/tools/profile_templates/template-profile.jam 2008-08-13 13:26:11 EDT (Wed, 13 Aug 2008)
@@ -18,7 +18,8 @@
 
 module-location = [ path.parent [ path.make [ modules.binding template-profile ] ] ] ;
 
-INSTRUMENT-ACTION = perl [ path.native [ path.join $(module-location) preprocess.pl ] ] ;
+INSTRUMENT-ACTION = [ path.native [ path.join $(module-location) preprocess.pl ] ] ;
+INSTRUMENT-ACTION = perl \"$(INSTRUMENT-ACTION)\" ;
 
 type.register INSTRUMENTED_TEMPLATE_PREPROCESSED_CPP : : CPP ;
 type.register RAW_TEMPLATE_PROFILE : rtp ;


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