]> code.ossystems Code Review - openembedded-core.git/commitdiff
toolchain-shar-extract.sh: add a space in the end
authorRobert Yang <liezhi.yang@windriver.com>
Mon, 3 Aug 2015 03:31:39 +0000 (20:31 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 19 Aug 2015 16:57:55 +0000 (17:57 +0100)
For a clear look when input.

[YOCTO #8089]

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/files/toolchain-shar-extract.sh

index 0a33ee8f5df79842db130b3314a64d19f456580a..3a5099103140a60511459bc10532ff1b391bec5a 100644 (file)
@@ -92,11 +92,11 @@ fi
 
 if [ -e "$target_sdk_dir/environment-setup-@REAL_MULTIMACH_TARGET_SYS@" ]; then
        echo "The directory \"$target_sdk_dir\" already contains a SDK for this architecture."
-       printf "If you continue, existing files will be overwritten! Proceed[y/N]?"
+       printf "If you continue, existing files will be overwritten! Proceed[y/N]? "
 
        default_answer="n"
 else
-       printf "You are about to install the SDK to \"$target_sdk_dir\". Proceed[Y/n]?"
+       printf "You are about to install the SDK to \"$target_sdk_dir\". Proceed[Y/n]? "
 
        default_answer="y"
 fi