Typo
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27680 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2c00cb5e83
commit
3b0521a4f4
1 changed files with 2 additions and 2 deletions
4
tools/configure
vendored
4
tools/configure
vendored
|
@ -60,10 +60,10 @@ app_get_platform() {
|
||||||
esac
|
esac
|
||||||
|
|
||||||
echo "Selected $app_platform platform"
|
echo "Selected $app_platform platform"
|
||||||
echo "Please the LCD width (default: 320)"
|
echo "Enter the LCD width (default: 320)"
|
||||||
app_lcd_width=`input`
|
app_lcd_width=`input`
|
||||||
if [ -z "$app_lcd_width" ]; then app_lcd_width="320"; fi
|
if [ -z "$app_lcd_width" ]; then app_lcd_width="320"; fi
|
||||||
echo "Please the LCD height (default: 480)"
|
echo "Enter the LCD height (default: 480)"
|
||||||
app_lcd_height=`input`
|
app_lcd_height=`input`
|
||||||
if [ -z "$app_lcd_height" ]; then app_lcd_height="480"; fi
|
if [ -z "$app_lcd_height" ]; then app_lcd_height="480"; fi
|
||||||
echo "Selected $app_lcd_width x $app_lcd_height resolution"
|
echo "Selected $app_lcd_width x $app_lcd_height resolution"
|
||||||
|
|
Loading…
Reference in a new issue