mirror of
https://git.yoctoproject.org/poky
synced 2026-02-27 03:49:41 +01:00
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:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user