2
0
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:
Jurko Gospodnetić
2012-06-11 23:54:11 +00:00
parent 1855af37fa
commit badabe691c

View File

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