From 72b5df057a241351888c8e793f45c2bff0d2fc53 Mon Sep 17 00:00:00 2001 From: alonamid Date: Mon, 22 Jul 2019 17:43:51 +0000 Subject: [PATCH] Return to main dir --- scripts/build-toolchains.sh | 1 + 1 file changed, 1 insertion(+) 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