fix base path in generated env.sh
This commit is contained in:
@@ -149,7 +149,7 @@ fi
|
|||||||
|
|
||||||
cat << EOT >> env.sh
|
cat << EOT >> env.sh
|
||||||
# line auto-generated by init-submodules-no-riscv-tools.sh
|
# line auto-generated by init-submodules-no-riscv-tools.sh
|
||||||
__DIR="$(dirname "$(readlink -f "${BASH_SOURCE[0]:-${(%):-%x}}")")"
|
__DIR="$RDIR"
|
||||||
PATH=\$__DIR/bin:\$PATH
|
PATH=\$__DIR/bin:\$PATH
|
||||||
PATH=\$__DIR/software/firemarshal:\$PATH
|
PATH=\$__DIR/software/firemarshal:\$PATH
|
||||||
EOT
|
EOT
|
||||||
|
|||||||
Reference in New Issue
Block a user