[oe-commits] Robert Yang : toolchain-shar-extract.sh: add a space in the end

git at git.openembedded.org git at git.openembedded.org
Wed Aug 19 17:08:23 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: 973a169a35caa4e603fe5abf9ad661f5206a7f07
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=973a169a35caa4e603fe5abf9ad661f5206a7f07

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Sun Aug  2 20:31:39 2015 -0700

toolchain-shar-extract.sh: add a space in the end

For a clear look when input.

[YOCTO #8089]

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/files/toolchain-shar-extract.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/files/toolchain-shar-extract.sh b/meta/files/toolchain-shar-extract.sh
index 0a33ee8..3a50991 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- at 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



More information about the Openembedded-commits mailing list