From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] mk: fix install with minimal shell Date: Wed, 09 Dec 2015 21:07:16 +0100 Message-ID: <2390797.J7dGFjaPHU@xps13> References: <56670CE3.2040108@atendesoftware.pl> <1449648189-25185-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit To: dev@dpdk.org Return-path: Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id 2E302567E for ; Wed, 9 Dec 2015 21:08:33 +0100 (CET) Received: by mail-wm0-f46.google.com with SMTP id c201so1830814wme.0 for ; Wed, 09 Dec 2015 12:08:33 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id c4sm9172375wjs.36.2015.12.09.12.08.31 for (version=TLSv1/SSLv3 cipher=OTHER); Wed, 09 Dec 2015 12:08:32 -0800 (PST) In-Reply-To: <1449648189-25185-1-git-send-email-thomas.monjalon@6wind.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2015-12-09 09:03, Thomas Monjalon: > Some shells like dash do not support the syntax {}: > {mk,scripts}: No such file or directory > > Reported-by: Thiago Martins > Reported-by: Piotr Bartosiewicz > Signed-off-by: Thomas Monjalon Applied