Skip to content
Snippets Groups Projects
Commit a6a89457 authored by patacongo's avatar patacongo
Browse files

Fix typo in path

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1185 42af7a65-404d-4744-a932-0658087f49c3
parent d442a2e1
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ if [ -z ${PATH_ORIG} ]; then export PATH_ORIG=${PATH}; fi
WD=`pwd`
export BUILDROOT_BIN=${WD}/../buildroot/build_sh/staging_dir/bin
export SH1BINARIES=$WD/configs/us7032evb11/bin
export SH1BINARIES=$WD/configs/us7032evb1/bin
export PATH=${BUILDROOT_BIN}:${SH1BINARIES}:/sbin:/usr/sbin:${PATH_ORIG}
echo "PATH : ${PATH}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment