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

Removed bogus semicolon

[SVN r19579]
This commit is contained in:
Dave Abrahams
2003-08-14 07:23:06 +00:00
parent 2330a25772
commit f920a0eef1
2 changed files with 2 additions and 2 deletions

View File

@@ -101,7 +101,7 @@ rule init (
if [ os.name ] = NT
{
setup = $(setup)" ;
setup = $(setup)"
" ;
}
else

View File

@@ -101,7 +101,7 @@ rule init (
if [ os.name ] = NT
{
setup = $(setup)" ;
setup = $(setup)"
" ;
}
else