(b, name) will always have the canonical tool name, not just a potentially weird bin path. We need to check stderr for qt4 tools other than lrelease, but we keyed off of the tool bin path, so matches were by no means guaranteed, and specifically, would fail if the tool is looked up via bindir. This really should always have checked the canonical name, which is guaranteed to be correct. Partial fix for #10443pull/10633/head
parent
d285be763f
commit
1e1dee738b
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue