mirror of
https://github.com/python/cpython.git
synced 2026-01-29 22:26:03 +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