diff options
| -rwxr-xr-x | scripts/runqemu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runqemu b/scripts/runqemu index 04d86e5187..d3df26c48a 100755 --- a/scripts/runqemu +++ b/scripts/runqemu | |||
| @@ -23,7 +23,7 @@ if [ "x$BUILDDIR" = "x" ]; then | |||
| 23 | exit 1 | 23 | exit 1 |
| 24 | fi | 24 | fi |
| 25 | 25 | ||
| 26 | PATH=$BUILDDIR/tmp/staging/$BUILD_SYS/bin:$BUILDDIR/tmp/cross/bin:$PATH | 26 | PATH=$BUILDDIR/tmp/staging/$BUILD_SYS/usr/bin:$BUILDDIR/tmp/cross/bin:$PATH |
| 27 | 27 | ||
| 28 | if [ "x$1" = "x" ]; then | 28 | if [ "x$1" = "x" ]; then |
| 29 | echo | 29 | echo |
