mirror of
https://github.com/boostorg/build.git
synced 2026-02-13 00:12:11 +00:00
@@ -670,7 +670,7 @@ local rule extract-syntax (
|
||||
while ! $(syntax) && ! [ MATCH "^[$(ws)]*(#)" : $(line) ] && $($(var))
|
||||
{
|
||||
local m = [ MATCH "^[$(ws)]*(.*)$" : $(line) ] ;
|
||||
if $(m) && ! $(m) = ""
|
||||
if $(m) && $(m) != ""
|
||||
{
|
||||
syntax = $(m) ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user