Skip to content
Commit 0453acbb authored by Andrey Mozzhuhin's avatar Andrey Mozzhuhin Committed by Richard Purdie
Browse files

toolchain-shar-extract.sh: Handle special characters in script path



Extracting SDK archive may fail if the script is run using a path with
special characters such as space or asterisk. This is because the shell
interprets such characters after expanding the $0 variable.

Added quotes to all uses of the shell variable $0 to fix this.

Signed-off-by: default avatarAndrey Mozzhuhin <amozzhuhin@yandex.ru>
Signed-off-by: default avatarRichard Purdie <richard.purdie@linuxfoundation.org>
parent edb7098e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment