From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Date: Sun, 04 Oct 2015 00:59:26 +0200 Subject: [Buildroot] [PATCH] package: Replace 'echo -n' by 'printf' In-Reply-To: <1443907797-26050-1-git-send-email-maxime.hadjinlian@gmail.com> (Maxime Hadjinlian's message of "Sat, 3 Oct 2015 23:29:57 +0200") References: <1443907797-26050-1-git-send-email-maxime.hadjinlian@gmail.com> Message-ID: <87vbany2wh.fsf@dell.be.48ers.dk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net >>>>> "Maxime" == Maxime Hadjinlian writes: > 'echo -n' is not a POSIX construct (no flag support), we shoud use > 'printf', especially in init script. > This patch was generated by the following command line: > git grep -l 'echo -n' -- `git ls-files | grep -v 'patch'` | xargs sed -i 's/echo -n/printf/' > Signed-off-by: Maxime Hadjinlian Committed, thanks. -- Bye, Peter Korsgaard