From mboxrd@z Thu Jan 1 00:00:00 1970 From: Damien Lespiau Subject: Re: [PATCH] tests/drv_suspend: Replace "&> /dev/null" with "> /dev/null 2>&1" Date: Mon, 11 Nov 2013 18:27:13 +0000 Message-ID: <20131111182713.GA3605@strange.amr.corp.intel.com> References: <1384184215-19252-1-git-send-email-oscar.mateo@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by gabe.freedesktop.org (Postfix) with ESMTP id 112CCFA235 for ; Mon, 11 Nov 2013 10:27:14 -0800 (PST) Content-Disposition: inline In-Reply-To: <1384184215-19252-1-git-send-email-oscar.mateo@intel.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces@lists.freedesktop.org Errors-To: intel-gfx-bounces@lists.freedesktop.org To: oscar.mateo@intel.com Cc: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org On Mon, Nov 11, 2013 at 03:36:55PM +0000, oscar.mateo@intel.com wrote: > From: Oscar Mateo > > Some shells do not understand "&>". For instance, my Ubuntu 12.04 > machine has /bin/sh pointing to dash, which makes a mess out of > "&>" (to the point that the helper processes cannot be killed). > > Signed-off-by: Oscar Mateo Looks good to me, pushed. Thanks for the patch. -- Damien