diff options
Diffstat (limited to 'scripts/runqemu')
| -rwxr-xr-x | scripts/runqemu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runqemu b/scripts/runqemu index efab1a27b3..eb950bc62d 100755 --- a/scripts/runqemu +++ b/scripts/runqemu | |||
| @@ -340,7 +340,7 @@ setup_path_vars() { | |||
| 340 | exit 1; } | 340 | exit 1; } |
| 341 | 341 | ||
| 342 | # We have bitbake in PATH, get the variable values from bitbake | 342 | # We have bitbake in PATH, get the variable values from bitbake |
| 343 | BITBAKE_ENV_TMPFILE=`mktemp runqemu.XXXXXXXXXX` | 343 | BITBAKE_ENV_TMPFILE=`mktemp --tmpdir runqemu.XXXXXXXXXX` |
| 344 | if [ "$?" != "0" ] ; then | 344 | if [ "$?" != "0" ] ; then |
| 345 | echo "Error: mktemp failed for bitbake environment output" | 345 | echo "Error: mktemp failed for bitbake environment output" |
| 346 | exit 1 | 346 | exit 1 |
