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

Fix reference to Shell rule, to the correct SHELL rule.

[SVN r32536]
This commit is contained in:
Rene Rivera
2006-02-04 06:24:50 +00:00
parent 6fe0ccfd5e
commit ffc5b9cae4

View File

@@ -775,7 +775,7 @@ rule SHELL ( /command/ : * )
[[=no-output=] [Don't capture the output of the command. Instead an empty ("") string value is returned in place of the output.]]
]
Because the Perforce/Jambase defines a =Shell= rule which hides the builtin =COMMAND= can be used as an alias for =SHELL=.
Because the Perforce/Jambase defines a =SHELL= rule which hides the builtin. =COMMAND= can be used as an alias for =SHELL= in such a case.
[endsect]