mirror of
https://github.com/python/cpython.git
synced 2026-01-31 07:05:24 +00:00
On Solaris, the regular "grep" command may be an old version that fails to search a binary file. We need to use the correct command (ggrep, in our case), which is found by the configure script earlier. Automerge-Triggered-By: @pablogsal