From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from yow.seanm.ca (toronto-hs-216-138-233-67.s-ip.magma.ca [216.138.233.67]) by ozlabs.org (Postfix) with SMTP id CC8C4B7D43 for ; Sun, 6 Jun 2010 03:38:53 +1000 (EST) Date: Sat, 5 Jun 2010 13:32:10 -0400 From: Sean MacLennan To: Olaf Hering Subject: Re: [PATCH] [powerpc] do not expect executable permissions for in-tree shell scripts Message-ID: <20100605133210.11f504c3@opus.seanm.ca> In-Reply-To: <20100605081039.GA21300@aepfle.de> References: <20100605081039.GA21300@aepfle.de> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: linuxppc-dev@ozlabs.org, stable@kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Sat, 5 Jun 2010 10:10:39 +0200 Olaf Hering wrote: > scripts in the kernel source do not have executable permissions if > they were created with patch(1) run mkuboot.sh with bash, its tagged > as bash script. Wouldn't it be better to use ${SHELL}? Not every system has bash. Cheers, Sean