mirror of
https://github.com/boostorg/build.git
synced 2026-02-12 12:02:24 +00:00
Removed quotes around the command to run in echo_run(), because this was causing
the build to fail in the second stage on Tru64 4.0F. It seems like bjam tried to build the target " " or something like that. [SVN r29925]
This commit is contained in:
@@ -12,7 +12,7 @@ BOOST_JAM_TOOLSET=
|
||||
echo_run ()
|
||||
{
|
||||
echo "$@"
|
||||
"$@"
|
||||
$@
|
||||
r=$?
|
||||
if test $r -ne 0 ; then
|
||||
exit $r
|
||||
|
||||
Reference in New Issue
Block a user