diff --git a/scripts/build-toolchains.sh b/scripts/build-toolchains.sh index 8d5676ce..ac4316b7 100755 --- a/scripts/build-toolchains.sh +++ b/scripts/build-toolchains.sh @@ -155,5 +155,6 @@ if [ "$FASTINSTALL" = "false" ]; then check_version autoconf 2.64 "OpenOCD build" build_project riscv-openocd --prefix=$RISCV --enable-remote-bitbang --enable-jtag_vpi --disable-werror echo -e "\\nRISC-V OpenOCD installation completed!" + cd $RDIR fi fi