Merge pull request #22 from ivan-tat/master

sdk: fix mistake in path resolving in file `sdk/setvars.sh`
This commit is contained in:
Ivan Tatarinov 2021-04-10 13:23:46 +03:00 committed by GitHub
commit c207b0efaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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