From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: In-Reply-To: <20080529061621.GA7220@yookeroo.seuss> References: <20080529061621.GA7220@yookeroo.seuss> Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: From: Segher Boessenkool Subject: Re: dtc: Remove some small bashisms from test scripts Date: Thu, 29 May 2008 14:28:12 +0200 To: David Gibson 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. Both of these (the >& redirection, and "source" searching the current directory if the script isn't found in $PATH) are indeed bashisms. This patch looks good to me. Segher