mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
toolchain-shar-extract.sh: add a space in the end
For a clear look when input. [YOCTO #8089] (From OE-Core rev: 973a169a35caa4e603fe5abf9ad661f5206a7f07) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b961402298
commit
dd7b869671
@@ -92,11 +92,11 @@ fi
|
|||||||
|
|
||||||
if [ -e "$target_sdk_dir/environment-setup-@REAL_MULTIMACH_TARGET_SYS@" ]; then
|
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."
|
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"
|
default_answer="n"
|
||||||
else
|
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"
|
default_answer="y"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user