]> code.ossystems Code Review - openembedded-core.git/commitdiff
populate_sdk_base: Remove confusing echo
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 29 Jun 2014 08:00:51 +0000 (09:00 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 29 Jun 2014 08:00:56 +0000 (09:00 +0100)
Remove a confusing echo after the previous commit, thanks for a suggestion
from Laurentiu.

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

meta/classes/populate_sdk_base.bbclass

index 97cf1fb609218fe8f062e01a015c8d12a14b88e7..a12bf1169e212262ea0accfb22353e587acf2fca 100644 (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')