summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJonas Häggqvist <rasher@rasher.dk>2009-02-18 22:18:30 +0000
committerJonas Häggqvist <rasher@rasher.dk>2009-02-18 22:18:30 +0000
commit90efb76848c5fb09425b5ea153225a85923fc16f (patch)
tree811bb045cc0e5495bc8b954a005e94e7cb179d86 /tools
parent740e5a2ffec0b0860863d9fc48330121f9cd2d60 (diff)
downloadrockbox-90efb76848c5fb09425b5ea153225a85923fc16f.tar.gz
rockbox-90efb76848c5fb09425b5ea153225a85923fc16f.zip
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
Diffstat (limited to 'tools')
-rwxr-xr-xtools/configure6
1 files 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 ""