From: Robert Yang Date: Mon, 3 Aug 2015 03:31:39 +0000 (-0700) Subject: toolchain-shar-extract.sh: add a space in the end X-Git-Tag: 2015-10~816 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=973a169a35caa4e603fe5abf9ad661f5206a7f07;p=openembedded-core.git toolchain-shar-extract.sh: add a space in the end For a clear look when input. [YOCTO #8089] Signed-off-by: Robert Yang Signed-off-by: Ross Burton --- diff --git a/meta/files/toolchain-shar-extract.sh b/meta/files/toolchain-shar-extract.sh index 0a33ee8f5d..3a50991031 100644 --- a/meta/files/toolchain-shar-extract.sh +++ b/meta/files/toolchain-shar-extract.sh @@ -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