diff options
-rwxr-xr-x | tools/rockboxdev.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/rockboxdev.sh b/tools/rockboxdev.sh index 9b7878ffc1..079c8c5c0e 100755 --- a/tools/rockboxdev.sh +++ b/tools/rockboxdev.sh @@ -295,7 +295,7 @@ $make echo "ROCKBOXDEV: binutils/make install to $prefix/$target" $make install cd .. # get out of build-binu -PATH="${PATH}:$bindir" +PATH="$bindir:${PATH}" SHELL=/bin/sh # seems to be needed by the gcc build in some cases echo "ROCKBOXDEV: mkdir build-gcc" |