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:
parent
f8b1da2f7b
commit
18797f6cb9
1 changed files with 1 additions and 1 deletions
2
tools/configure
vendored
2
tools/configure
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue