9
0
Fork 0

defaultenv-2: boot: add missing space in error message

Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Jan Luebbe 2012-10-10 15:45:50 +02:00 committed by Sascha Hauer
parent 0b78902b01
commit 0502e3db73
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ fi
if [ -n "$scr" ]; then
if [ ! -f /env/boot/$scr ]; then
echo -e "/env/boot/$scr does not exist.Valid choices:\n$sources"
echo -e "/env/boot/$scr does not exist. Valid choices:\n$sources"
exit
fi
/env/boot/$scr