From ece2f53819daff0a614e8917c62970480d339883 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Thu, 8 Oct 2015 10:29:52 +0300 Subject: [PATCH] Document the 'strip-eol' option for the SHELL builtin. --- doc/bjam.qbk | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/bjam.qbk b/doc/bjam.qbk index 9ee949d0d..f17e74f8f 100644 --- a/doc/bjam.qbk +++ b/doc/bjam.qbk @@ -841,6 +841,7 @@ rule SHELL ( /command/ : * ) [variablelist [[=exit-status=] [In addition to the output the result status of the executed command is returned as a second element of the result.]] [[=no-output=] [Don't capture the output of the command. Instead an empty ("") string value is returned in place of the output.]] + [[=strip-eol=] [Remove trailing end-of-line character from output, if any.]] ] Because the Perforce/Jambase defines a =SHELL= rule which hides the