[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [coreutils] [PATCH] Cater for extra strace output when building 32-o
From: |
Sami Kerola |
Subject: |
Re: [coreutils] [PATCH] Cater for extra strace output when building 32-on-64. |
Date: |
Sat, 30 Oct 2010 21:04:24 +0200 |
On Sat, Oct 30, 2010 at 15:20, Nix <address@hidden> wrote:
> +grep -v 'Process PID=[1-9][0-9]* runs in 32 bit mode.' < out > out-destrace
Even thou it's rare PID can be single digit number. Also I don't see
grep -v in use for other tests. I think following is better.
sed '/Process PID=[0-9]* runs in 32 bit mode./d' < out > out-destrace
--
Sami Kerola
http://www.iki.fi/kerolasa/