From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755853AbbGTHpD (ORCPT ); Mon, 20 Jul 2015 03:45:03 -0400 Received: from mail-wi0-f182.google.com ([209.85.212.182]:35446 "EHLO mail-wi0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753669AbbGTHpA (ORCPT ); Mon, 20 Jul 2015 03:45:00 -0400 Date: Mon, 20 Jul 2015 09:44:55 +0200 From: Ingo Molnar To: Sergei Trofimovich Cc: Jiri Olsa , Peter Zijlstra , Ingo Molnar , Arnaldo Carvalho de Melo , Namhyung Kim , Adrian Hunter , linux-kernel@vger.kernel.org Subject: Re: [PATCH] perf: fix makefile generation under dash Message-ID: <20150720074455.GA11249@gmail.com> References: <1437298205-29305-1-git-send-email-siarheit@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1437298205-29305-1-git-send-email-siarheit@google.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Sergei Trofimovich wrote: > Under dash 'echo -n' yields '-n' to stdout. Acked-by: Ingo Molnar Btw, 'echo -n' is a pretty common construct in shell scripts - Dash would really do people a big favor by implementing it, and it's a very simple feature. Thanks, Ingo