From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail1.windriver.com (mail1.windriver.com [147.11.146.13]) by mail.openembedded.org (Postfix) with ESMTP id ADFC2600FA for ; Thu, 11 Jul 2013 08:58:18 +0000 (UTC) Received: from ALA-HCB.corp.ad.wrs.com (ala-hcb.corp.ad.wrs.com [147.11.189.41]) by mail1.windriver.com (8.14.5/8.14.3) with ESMTP id r6B8wJER007053 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Thu, 11 Jul 2013 01:58:19 -0700 (PDT) Received: from [128.224.162.194] (128.224.162.194) by ALA-HCB.corp.ad.wrs.com (147.11.189.41) with Microsoft SMTP Server id 14.2.342.3; Thu, 11 Jul 2013 01:58:16 -0700 Message-ID: <51DE73A7.1070400@windriver.com> Date: Thu, 11 Jul 2013 16:58:15 +0800 From: Hongxu Jia User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130623 Thunderbird/17.0.7 MIME-Version: 1.0 To: Trevor Woerner References: <5891c95b244f3b0ad5e54bcb7595fc401c1727f3.1373443071.git.hongxu.jia@windriver.com> In-Reply-To: Cc: openembedded-core Subject: Re: [PATCH 5/5] nss: fix incorrect shebang line of perl script X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jul 2013 08:58:18 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 07/11/2013 04:39 PM, Trevor Woerner wrote: > On 10 July 2013 09:03, Hongxu Jia wrote: >> Replace incorrect shebang line with `#!/usr/bin/perl'. > > I thought using 'env' was the preferred method? If use 'env', should we add 'coreutils' on nss's DEPENDS? The coreutils provides env. //Hongxu