commit | fa30f5b8c4bd2016cd116106cecdd360750040e2 | [log] [tgz] |
---|---|---|
author | Patrick Scott <phanna@android.com> | Fri Nov 05 15:00:50 2010 -0400 |
committer | Patrick Scott <phanna@android.com> | Mon Nov 08 09:24:37 2010 -0500 |
tree | d9e68173f0fa0873cab06e5f1ee79a8f1c3e47c1 | |
parent | 5cf0b2cf834dac6cc5263af30373a469dd3c60b0 [diff] |
Replace grep | head | awk | tr | tr with awk. Head was causing a SIGPIPE in grep that only appeared when using distss. This wasn't causing any build problems but spewed a lot of warnings. However, this change trims the command from 5 proccesses to 1 which is nice. Change-Id: Iac846ec1d01a022976cfc5fd28091a720ab161e7