From 1c935c08d47058214a27bc144815d1ceb212c135 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 2 Jun 2009 21:28:09 +0000 Subject: avoid echo -e and use printf instead git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21170 a1c6a512-1295-4272-9138-f99709370657 --- tools/release/bins.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/release/bins.pl b/tools/release/bins.pl index 49fe8c1d73..bb4aa68221 100755 --- a/tools/release/bins.pl +++ b/tools/release/bins.pl @@ -119,7 +119,7 @@ sub buildfonts { `rm -rf * >/dev/null 2>&1`; - my $c = sprintf('echo -e "%s\n%sn\n" | ../tools/configure', + my $c = sprintf("printf '%s\n%sn\n' | ../tools/configure", $confnum, $newl?'\n':''); print "C: $c\n" if($verbose); -- cgit v1.2.3