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

Fix typo.

[SVN r23135]
This commit is contained in:
Vladimir Prus
2004-06-21 09:14:40 +00:00
parent f5279c4b87
commit 49e45ae346

View File

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