From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: To: David Gibson Subject: Re: dtc: Remove some small bashisms from test scripts In-reply-to: <20080529061621.GA7220@yookeroo.seuss> References: <20080529061621.GA7220@yookeroo.seuss> Date: Thu, 29 May 2008 08:19:46 -0500 From: Jon Loeliger Message-Id: Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > Some of the helper scripts used to run testcases contain some > constructs that are bashisms. Or at least which don't work on dash, > the minimal shell used as /bin/sh on recent Ubuntu systems. > > This patch removes these constructs so that the testsuite will pass > "out of the box" on systems where /bin/sh is dash. > > Signed-off-by: David Gibson Applied. jdl