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:
@@ -101,7 +101,7 @@ rule init (
|
||||
|
||||
if [ os.name ] = NT
|
||||
{
|
||||
setup = $(setup)" ;
|
||||
setup = $(setup)"
|
||||
" ;
|
||||
}
|
||||
else
|
||||
|
||||
@@ -101,7 +101,7 @@ rule init (
|
||||
|
||||
if [ os.name ] = NT
|
||||
{
|
||||
setup = $(setup)" ;
|
||||
setup = $(setup)"
|
||||
" ;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user