find -path is not portable, so use grep -v instead.
authorAlvaro Herrera <[email protected]>
Mon, 25 Oct 2010 12:24:02 +0000 (09:24 -0300)
committerAlvaro Herrera <[email protected]>
Mon, 25 Oct 2010 13:04:00 +0000 (10:04 -0300)
commit9350824e708678f6af9657979ba656cf1951b408
treedd14563b51ca519117fe57be787971293febb4e0
parent4ba61a487e39eaf859cd9face9520b30127e6a91
find -path is not portable, so use grep -v instead.

Per previous failure of buildfarm member koi (which is no longer
failing, alas).
config/prep_buildtree