From ffc5b9cae40e7d3411bf482c4bece7a61eebc4fe Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sat, 4 Feb 2006 06:24:50 +0000 Subject: [PATCH] Fix reference to Shell rule, to the correct SHELL rule. [SVN r32536] --- historic/jam/doc/bjam.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/historic/jam/doc/bjam.qbk b/historic/jam/doc/bjam.qbk index cda5265c0..48017dc3a 100644 --- a/historic/jam/doc/bjam.qbk +++ b/historic/jam/doc/bjam.qbk @@ -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]