diff options
-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 |