mirror of
https://github.com/python/cpython.git
synced 2026-05-09 14:11:28 -04:00
5dd836030e
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