2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-02 08:42:13 +00:00

Document the 'strip-eol' option for the SHELL builtin.

This commit is contained in:
Vladimir Prus
2015-10-08 10:29:52 +03:00
parent a7635db1c8
commit ece2f53819

View File

@@ -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