From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Loeliger Subject: Re: Don't use echo -e in run_tests.sh Date: Wed, 11 Nov 2009 21:43:23 -0600 Message-ID: References: <20091112005634.GJ3235@yookeroo.seuss> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-reply-to: <20091112005634.GJ3235-787xzQ0H9iRg7VrjXcPTGA@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org To: David Gibson Cc: devicetree-discuss-mnsaURCQ41sdnm+yROfE0A@public.gmane.org List-Id: devicetree@vger.kernel.org > In one section, the run_tests script attempts to use the -e (interpret > escapes) option to echo. This option is not portable - for example > the echo built into dash, now the default /bin/sh on several > distributions does not support it and will just echo "-e" literally. > > Since we don't actually use any of the escapes that -e enables, this > patch simply removes it. > > Signed-off-by: David Gibson Applied. jdl