Fix typo in path
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1185 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
d442a2e1d7
commit
a6a8945767
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue