diff options
| author | Jonas Häggqvist <rasher@rasher.dk> | 2006-11-04 02:32:03 +0000 |
|---|---|---|
| committer | Jonas Häggqvist <rasher@rasher.dk> | 2006-11-04 02:32:03 +0000 |
| commit | 18797f6cb9277549a6b6163578016b4482a608b2 (patch) | |
| tree | cd969c3f9fd991f2e5550bc33b1f7d516219e761 | |
| parent | f8b1da2f7bddebc9c7026bd5d106dec118ce70a9 (diff) | |
| download | rockbox-18797f6cb9277549a6b6163578016b4482a608b2.zip rockbox-18797f6cb9277549a6b6163578016b4482a608b2.tar.gz rockbox-18797f6cb9277549a6b6163578016b4482a608b2.tar.bz2 rockbox-18797f6cb9277549a6b6163578016b4482a608b2.tar.xz | |
This should fix a problem with some shells
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11430 a1c6a512-1295-4272-9138-f99709370657
| -rwxr-xr-x | tools/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure index 60dc49c..37e0f7f 100755 --- a/tools/configure +++ b/tools/configure @@ -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 |