We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4cd1526 + feb9ee4 commit 257c75eCopy full SHA for 257c75e
.ci/gdbstub-test.sh
@@ -2,7 +2,7 @@
2
3
set -e -u -o pipefail
4
5
-export PATH=`pwd`/toolchain/bin:$PATH
+export PATH=$(pwd)/toolchain/bin:$PATH
6
7
GDB=
8
prefixes=("${CROSS_COMPILE}" "riscv32-unknown-elf-" "riscv-none-elf-")
0 commit comments