sdk: fix mistake in path resolving in file `sdk/setvars.sh`

This commit is contained in:
Ivan Tatarinov 2021-04-10 13:21:04 +03:00
parent 72618ae809
commit c76b3cad2b
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
# SPDX-License-Identifier: GPL-3.0-or-later
if [[ "x$ZXUNOSDK" == x ]]; then
ZXUNOSDK=$(dirname $(realpath "$0"))
ZXUNOSDK=$(dirname $(realpath "$BASH_SOURCE"))
PATH=$ZXUNOSDK/bin:$PATH
export ZXUNOSDK
fi