summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJonas Häggqvist <rasher@rasher.dk>2006-11-04 02:32:03 +0000
committerJonas Häggqvist <rasher@rasher.dk>2006-11-04 02:32:03 +0000
commit18797f6cb9277549a6b6163578016b4482a608b2 (patch)
treecd969c3f9fd991f2e5550bc33b1f7d516219e761 /tools
parentf8b1da2f7bddebc9c7026bd5d106dec118ce70a9 (diff)
downloadrockbox-18797f6cb9277549a6b6163578016b4482a608b2.tar.gz
rockbox-18797f6cb9277549a6b6163578016b4482a608b2.zip
This should fix a problem with some shells
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11430 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
-rwxr-xr-xtools/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index 60dc49cbc8..37e0f7f209 100755
--- a/tools/configure
+++ b/tools/configure
@@ -1392,7 +1392,7 @@ echo "Using source code root directory: $rootdir"
1392language="english" 1392language="english"
1393 1393
1394# Ask about language if building voice 1394# Ask about language if building voice
1395if [ "yes" == "$voice" ]; then 1395if [ "yes" = "$voice" ]; then
1396 echo "Select a number for the language to use (default is english)" 1396 echo "Select a number for the language to use (default is english)"
1397 1397
1398 picklang 1398 picklang