mirror of https://github.com/nginx/nginx
Merge a1f83eab01 into 7c2524a692
This commit is contained in:
commit
edfff6fcac
|
|
@ -535,6 +535,10 @@ ngx_http_script_compile(ngx_http_script_compile_t *sc)
|
|||
continue;
|
||||
}
|
||||
|
||||
if (ch == '-' && bracket) {
|
||||
continue;
|
||||
}
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue