From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 592D9C46467 for ; Tue, 10 Jan 2023 16:53:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238485AbjAJQxt (ORCPT ); Tue, 10 Jan 2023 11:53:49 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35232 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238938AbjAJQxn (ORCPT ); Tue, 10 Jan 2023 11:53:43 -0500 Received: from orbyte.nwl.cc (orbyte.nwl.cc [IPv6:2001:41d0:e:133a::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C026B175B3 for ; Tue, 10 Jan 2023 08:53:41 -0800 (PST) Received: from n0-1 by orbyte.nwl.cc with local (Exim 4.94.2) (envelope-from ) id 1pFHsa-0003eQ-5l; Tue, 10 Jan 2023 17:53:40 +0100 Date: Tue, 10 Jan 2023 17:53:40 +0100 From: Phil Sutter To: netfilter-devel@vger.kernel.org Cc: Pablo Neira Ayuso Subject: Re: [iptables PATCH] Makefile: Replace brace expansion Message-ID: Mail-Followup-To: Phil Sutter , netfilter-devel@vger.kernel.org, Pablo Neira Ayuso References: <20230110163502.11238-1-phil@nwl.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230110163502.11238-1-phil@nwl.cc> Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org On Tue, Jan 10, 2023 at 05:35:02PM +0100, Phil Sutter wrote: > According to bash(1), it is not supported by "historical versions of > sh". Dash seems to be such a historical version. > > Reported-by: Pablo Neira Ayuso > Fixes: 3822a992bc277 ("Makefile: Fix for 'make distcheck'") > Signed-off-by: Phil Sutter Patch applied.