summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/rockboxdev.sh2
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
295echo "ROCKBOXDEV: binutils/make install to $prefix/$target" 295echo "ROCKBOXDEV: binutils/make install to $prefix/$target"
296$make install 296$make install
297cd .. # get out of build-binu 297cd .. # get out of build-binu
298PATH="${PATH}:$bindir" 298PATH="$bindir:${PATH}"
299SHELL=/bin/sh # seems to be needed by the gcc build in some cases 299SHELL=/bin/sh # seems to be needed by the gcc build in some cases
300 300
301echo "ROCKBOXDEV: mkdir build-gcc" 301echo "ROCKBOXDEV: mkdir build-gcc"