mirror of https://github.com/zxdos/zxuno.git
Merge pull request #22 from ivan-tat/master
sdk: fix mistake in path resolving in file `sdk/setvars.sh`
This commit is contained in:
commit
c207b0efaf
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue