mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
Minor stylistic change.
[SVN r78904]
This commit is contained in:
@@ -142,7 +142,7 @@ rule from-command-line ( command-line * )
|
||||
{
|
||||
skip-next = ;
|
||||
}
|
||||
else if ! [ MATCH "^(-).*" : $(e) ]
|
||||
else if ! [ MATCH ^(-) : $(e) ]
|
||||
{
|
||||
# Build request spec either has "=" in it or completely consists of
|
||||
# implicit feature values.
|
||||
|
||||
Reference in New Issue
Block a user