* opts.sh: Quote '+' in regex.
From-SVN: r67984
This commit is contained in:
parent
5641d6223e
commit
3d57a5ccfe
@ -49,7 +49,7 @@ ${AWK} '
|
||||
result = "0"
|
||||
for (j = 0; j < n_langs; j++) {
|
||||
regex = " " langs[j] " "
|
||||
gsub ( "\+", "\\+", regex )
|
||||
gsub ( "\\+", "\\+", regex )
|
||||
if (flags ~ regex)
|
||||
result = result " | " macros[j]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user