Raphael Kubo da Costa noticed that his set-env in module-sets were no longer working in master. Turns out a simplification of the setOption method to allow accepting more than one option did not properly handle the set-env option if that option had already been processed. (kdesrc-build has to convert set-env read from the rc file into a hash instead of just storing the value to allow for duplicate set-env entries). This is fixed by ensuring that if that processing step has apparently already been completed, we don't try doing it again.wilder
parent
acdfe28857
commit
8841e085c0
1 changed files with 9 additions and 3 deletions
Loading…
Reference in new issue