diff options
Diffstat (limited to 'meta/files')
| -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 9eabd62630..156085b500 100644 --- a/meta/files/toolchain-shar-extract.sh +++ b/meta/files/toolchain-shar-extract.sh | |||
| @@ -185,11 +185,11 @@ fi | |||
| 185 | 185 | ||
| 186 | if [ -e "$target_sdk_dir/environment-setup-@REAL_MULTIMACH_TARGET_SYS@" ]; then | 186 | if [ -e "$target_sdk_dir/environment-setup-@REAL_MULTIMACH_TARGET_SYS@" ]; then |
| 187 | echo "The directory \"$target_sdk_dir\" already contains a SDK for this architecture." | 187 | echo "The directory \"$target_sdk_dir\" already contains a SDK for this architecture." |
| 188 | printf "If you continue, existing files will be overwritten! Proceed[y/N]? " | 188 | printf "If you continue, existing files will be overwritten! Proceed [y/N]? " |
| 189 | 189 | ||
| 190 | default_answer="n" | 190 | default_answer="n" |
| 191 | else | 191 | else |
| 192 | printf "You are about to install the SDK to \"$target_sdk_dir\". Proceed[Y/n]? " | 192 | printf "You are about to install the SDK to \"$target_sdk_dir\". Proceed [Y/n]? " |
| 193 | 193 | ||
| 194 | default_answer="y" | 194 | default_answer="y" |
| 195 | fi | 195 | fi |
