diff options
Diffstat (limited to 'meta/files/toolchain-shar-extract.sh')
-rw-r--r-- | meta/files/toolchain-shar-extract.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/files/toolchain-shar-extract.sh b/meta/files/toolchain-shar-extract.sh index 2ffc2d1c07..2eeb2903c8 100644 --- a/meta/files/toolchain-shar-extract.sh +++ b/meta/files/toolchain-shar-extract.sh | |||
@@ -183,7 +183,7 @@ fi | |||
183 | echo "SDK has been successfully set up and is ready to be used." | 183 | echo "SDK has been successfully set up and is ready to be used." |
184 | echo "Each time you wish to use the SDK in a new shell session, you need to source the environment setup script e.g." | 184 | echo "Each time you wish to use the SDK in a new shell session, you need to source the environment setup script e.g." |
185 | for env_setup_script in `ls $target_sdk_dir/environment-setup-*`; do | 185 | for env_setup_script in `ls $target_sdk_dir/environment-setup-*`; do |
186 | echo " \$ . $target_sdk_dir/$env_setup_script" | 186 | echo " \$ . $env_setup_script" |
187 | done | 187 | done |
188 | 188 | ||
189 | exit 0 | 189 | exit 0 |