This should fix a problem with some shells

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11430 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonas Häggqvist 2006-11-04 02:32:03 +00:00
parent f8b1da2f7b
commit 18797f6cb9

2
tools/configure vendored
View file

@ -1392,7 +1392,7 @@ echo "Using source code root directory: $rootdir"
language="english"
# Ask about language if building voice
if [ "yes" == "$voice" ]; then
if [ "yes" = "$voice" ]; then
echo "Select a number for the language to use (default is english)"
picklang