diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-08-02 20:31:39 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-19 18:05:41 +0100 |
commit | dd7b8696718d1a8a80d06fb441bb16c6f157e2f6 (patch) | |
tree | 72ed2e82c17cfdb6319b009d14229df3fbe5f7fc | |
parent | b961402298d2278604ab18783046cf9802f56dcc (diff) | |
download | poky-dd7b8696718d1a8a80d06fb441bb16c6f157e2f6.tar.gz |
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>
-rw-r--r-- | meta/files/toolchain-shar-extract.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 | |||
92 | 92 | ||
93 | if [ -e "$target_sdk_dir/environment-setup-@REAL_MULTIMACH_TARGET_SYS@" ]; then | 93 | if [ -e "$target_sdk_dir/environment-setup-@REAL_MULTIMACH_TARGET_SYS@" ]; then |
94 | echo "The directory \"$target_sdk_dir\" already contains a SDK for this architecture." | 94 | echo "The directory \"$target_sdk_dir\" already contains a SDK for this architecture." |
95 | printf "If you continue, existing files will be overwritten! Proceed[y/N]?" | 95 | printf "If you continue, existing files will be overwritten! Proceed[y/N]? " |
96 | 96 | ||
97 | default_answer="n" | 97 | default_answer="n" |
98 | else | 98 | else |
99 | printf "You are about to install the SDK to \"$target_sdk_dir\". Proceed[Y/n]?" | 99 | printf "You are about to install the SDK to \"$target_sdk_dir\". Proceed[Y/n]? " |
100 | 100 | ||
101 | default_answer="y" | 101 | default_answer="y" |
102 | fi | 102 | fi |