process variable assignments with tabs as well
Change-Id: If3caa4094aa9d8caefc9829bfea44426d59477d1 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
e0acf65043
commit
f5a03eec2d
2
configure
vendored
2
configure
vendored
@ -134,7 +134,7 @@ BEGIN {
|
|||||||
values["LITERAL_WHITESPACE"] = " "
|
values["LITERAL_WHITESPACE"] = " "
|
||||||
values["LITERAL_DOLLAR"] = "$"
|
values["LITERAL_DOLLAR"] = "$"
|
||||||
}
|
}
|
||||||
/^[_A-Z0-9.]+ *\+?=/ {
|
/^[_A-Z0-9.]+[ \t]*\+?=/ {
|
||||||
valStart = index($0, "=") + 1
|
valStart = index($0, "=") + 1
|
||||||
|
|
||||||
append = 0
|
append = 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user