]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
don't use pagespec_match_list
authorJoey Hess <joey@gnu.kitenet.net>
Tue, 25 Aug 2009 21:46:15 +0000 (17:46 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Tue, 25 Aug 2009 21:54:36 +0000 (17:54 -0400)
This should be more efficient than pagespec_match_list since it short-circuits
after the first match is found.

The other problem with using pagespec_match_list here is it may throw an
error if a bad or failing pagespec somehow got into the dependencies.


No differences found