From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
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 <dev@dpdk.org>; Wed,  9 Dec 2015 21:08:33 +0100 (CET)
Received: by mail-wm0-f46.google.com with SMTP id c201so1830814wme.0
 for <dev@dpdk.org>; Wed, 09 Dec 2015 12:08:33 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=6wind-com.20150623.gappssmtp.com; s=20150623;
 h=from:to:subject:date:message-id:organization:user-agent:in-reply-to
 :references:mime-version:content-transfer-encoding:content-type;
 bh=gl0oSUhlZH3bB7qDVFxiwalzhKZYdTeOuvnGZTBlXgw=;
 b=t9xttYkFaraVMMqcd0A3OTJYjYgo6OSZiWJKRq0pEwKAYWFxb1rx6LvofT9yK7tZwc
 nAsqy8qliNiD/g8oR3+djJWlSbrzT8Q4hgaXTyWPB7xV+HfJK9HPo8nvIyvx3+Y08KXH
 TLqXKjIegXBgXLbPBXvmEN1KorWLhAUV9qCMWRol0ejAXxmUyLVYY8hywEN60ICq8OTB
 Cfw8e0tYa9QD3ueKKY2XBfsnrHyV0s4np1Q26MevFgGJaNo9hI+SBULUCDUJDf13yhTh
 odiLgBeAyXgglkkiMBYUuYdaPwr7GOL44OuvzfWq4D+NDnmxA0c65Zn/PR3fT6heJ80q
 oBzw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:subject:date:message-id:organization
 :user-agent:in-reply-to:references:mime-version
 :content-transfer-encoding:content-type;
 bh=gl0oSUhlZH3bB7qDVFxiwalzhKZYdTeOuvnGZTBlXgw=;
 b=Sl0jUYb7RG+A5sUoAZqWUAW3ubtiIIGzA2c9RDUb9xSkUfKz3JZ++sGaPTYmy3c7c5
 ztpSOZMGZxcmwLUO15zSxhsRF0Pczq1ztOCLJkxR+KC2BD+8TCaFIvgKdFfAkoXfmeQb
 uZRDwC20YrqCM75G1O6zyxtssfbVUCjIo+IQY2TRN/F6bwPgdgjKnoQTvlc/oV6RRYI7
 E7Ta4Ta8OLC7gafFvvRbUqnj0a/ULOnnVWVWCNFE8cugiRh1BtR90Psg7v5O0OMaQLSP
 7GmuyyZLnp6rLKrc/nwjkEln6qcMRyji/8kl3ZKFdVuoGIg9OjeJWlUZRKRXkUEMhMS4
 yUqA==
X-Gm-Message-State: ALoCoQl8+yjo2JV7Gq/fb9h+jOjs3bSsLqoFIvfXo78VmF9P3bhAt7dhykumwtyR19fO1OFzKOSizPcgJVqtaQRpl2l6bExu/Q==
X-Received: by 10.28.216.201 with SMTP id p192mr13726323wmg.29.1449691713007; 
 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 <dev@dpdk.org> (version=TLSv1/SSLv3 cipher=OTHER);
 Wed, 09 Dec 2015 12:08:32 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: dev@dpdk.org
Date: Wed, 09 Dec 2015 21:07:16 +0100
Message-ID: <2390797.J7dGFjaPHU@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <1449648189-25185-1-git-send-email-thomas.monjalon@6wind.com>
References: <56670CE3.2040108@atendesoftware.pl>
 <1449648189-25185-1-git-send-email-thomas.monjalon@6wind.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH] mk: fix install with minimal shell
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Wed, 09 Dec 2015 20:08:33 -0000

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 <thiagocmartinsc@gmail.com>
> Reported-by: Piotr Bartosiewicz <piotr.bartosiewicz@atendesoftware.pl>
> Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>

Applied