From 49e45ae34643f1c31f3f4c50db5dcd4dfe372f90 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Mon, 21 Jun 2004 09:14:40 +0000 Subject: [PATCH] Fix typo. [SVN r23135] --- src/tools/testing.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/testing.jam b/src/tools/testing.jam index 983ccb5c6..649c146f9 100644 --- a/src/tools/testing.jam +++ b/src/tools/testing.jam @@ -311,7 +311,7 @@ if [ os.name ] = NT STATUS_NOT_0 = "%status% NEQ 0 (" ; VERBOSE = "%verbose% EQU 1 (" ; ENDIF = ")" ; - SHELL_SET = "set" ; + SHELL_SET = "set " ; CATENATE = type ; CP = copy ;