Comment 2 for bug 914098

Revision history for this message
Dustin Kirkland  (kirkland) wrote :

Thanks for the patch.

We don't want to use grep/awk/sed here, as those shell outs are very expensive. We recently moved all of this code from using grep/awk/sed to native shell code and saw some nice performance improvements.

I'll have to find another way around.