From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [PATCH] build: delete useless characters Date: Wed, 16 Apr 2014 18:50:46 +0200 Message-ID: <20140416165046.GA951@macbook.localnet> References: <20140416161038.1237.5216.stgit@nfdev.cica.es> <20140416163258.GA30296@macbook.localnet> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Netfilter Development Mailing list , Pablo Neira Ayuso To: Arturo Borrero Gonzalez Return-path: Received: from stinky.trash.net ([213.144.137.162]:49243 "EHLO stinky.trash.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754408AbaDPQuu (ORCPT ); Wed, 16 Apr 2014 12:50:50 -0400 Content-Disposition: inline In-Reply-To: Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Wed, Apr 16, 2014 at 06:38:50PM +0200, Arturo Borrero Gonzalez wrote: > On 16 April 2014 18:32, Patrick McHardy wrote: > > > > I assume you're on debian? The -e is needed to interpret the backslash > > sequences like \t. Something is broken about the echo command in debian, > > I'd assume its using the shell internal one instead of /bin/echo. > > > > Yes, you are right. Then forget this patch. > > I was reading a bit the build system, wondering how to get the actual > form of the CC commands. Try using the full path to echo perhaps.