From 90efb76848c5fb09425b5ea153225a85923fc16f Mon Sep 17 00:00:00 2001 From: Jonas Häggqvist Date: Wed, 18 Feb 2009 22:18:30 +0000 Subject: POSIX fix for configure (echo is unreliable for this kind of thing) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20043 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/configure b/tools/configure index a2142d3264..2b56514435 100755 --- a/tools/configure +++ b/tools/configure @@ -317,12 +317,12 @@ whichadvanced () { # echo "" echo "Enter your developer options (press enter when done)" - echo -n "(D)EBUG, (L)ogf, (S)imulator, (P)rofiling, (V)oice" + printf "(D)EBUG, (L)ogf, (S)imulator, (P)rofiling, (V)oice" if [ "$memory" = "2" ]; then - echo -n ", (8)MB MOD" + printf ", (8)MB MOD" fi if [ "$modelname" = "h120" ]; then - echo -n ", (R)TC MOD" + printf ", (R)TC MOD" fi echo "" -- cgit v1.2.3