Skip to content
Commit 892ac959 authored by Mislav Marohnić's avatar Mislav Marohnić
Browse files

Prevent glob expansion in stub patterns

When stub patterns were broken down into an array, they were
accidentally subject to glob expansion. E.g., a pattern '*' might expand
to whatever is in the current directory. This is unwanted, as we need to
preserve patterns as-is.
parent 5b6700cb
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment