2
0
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:
Markus Schöpflin
2005-07-07 09:23:34 +00:00
parent a57c6910ab
commit f1a9faf2a7

View File

@@ -12,7 +12,7 @@ BOOST_JAM_TOOLSET=
echo_run ()
{
echo "$@"
"$@"
$@
r=$?
if test $r -ne 0 ; then
exit $r