Comment #3 on issue 502 by [email protected]: Checking Sphinx version number fails
http://code.google.com/p/ganeti/issues/detail?id=502

Maybe it would be more robust to use 'grep -o' to only extract the number part and forget about the rest of the string, whether it's 'Sphinx' or 'sphinx-build' or whatever.

For example (untested),

  ... | grep -q -E -o ' [[1-9]]\>'

or (untested)

  ... | grep -q -E -o ' [[1-9]]\.'


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to