populate_sdk_base: Remove confusing echo

Remove a confusing echo after the previous commit, thanks for a suggestion
from Laurentiu.

(From OE-Core rev: cd1fdd05cc7457706d1e40042854c154cbb3d9e9)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>

A
This commit is contained in:
Richard Purdie
2014-06-29 09:00:51 +01:00
parent b0a9f30e19
commit ddb70af7d3

View File

@@ -177,8 +177,6 @@ fi
if [ "$target_sdk_dir" = "" ]; then
read -e -p "Enter target directory for SDK (default: $DEFAULT_INSTALL_DIR): " target_sdk_dir
[ "$target_sdk_dir" = "" ] && target_sdk_dir=$DEFAULT_INSTALL_DIR
else
echo "$target_sdk_dir"
fi
eval target_sdk_dir=$(echo "$target_sdk_dir"|sed 's/ /\\ /g')