$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] "$" character in bjam string
From: dimak (dvb.kharkov_at_[hidden])
Date: 2012-06-18 11:58:49
Hello,
Could you please clarify how can I use "$" character inside bjam strings? I
supposed "\" escaping should work, but it does not.
For example, "text" variable gets empty value if we assign to it the
following:
text = "[ wildcard \$(dir)/* ]" ;
where \$(dir) is NOT a variable name, but escaped "$" character and "(dir)".
Thanks for help,
DimaK
-- View this message in context: http://boost.2283326.n4.nabble.com/character-in-bjam-string-tp4631463.html Sent from the Boost - Build mailing list archive at Nabble.com.