aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xutil/board_status/board_status.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/board_status/board_status.sh b/util/board_status/board_status.sh
index 5bcbd04768..0f5627d653 100755
--- a/util/board_status/board_status.sh
+++ b/util/board_status/board_status.sh
@@ -211,7 +211,7 @@ fi
# Results will be placed in a temporary location until we're ready to upload.
# If the user does not wish to upload, results will remain in /tmp.
-tmpdir=$(mktemp -d --tmpdir coreboot_board_status.XXXXXXXX)
+tmpdir=$(mktemp -d coreboot_board_status.XXXXXXXX)
cbfstool_cmd="build/cbfstool"
if test ! -x build/cbfstool; then