support/check-kernel-headers: use mktemp instead of hand-crafted temp file
Instead of creating a temporary files with a dubious scheme, use mktemp, which purpose is exactly that: creating temporary files Reported-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
c8adf619dc
commit
78b8621865
@ -8,7 +8,7 @@ HDR_M="${HDR_VER%%.*}"
|
||||
HDR_V="${HDR_VER#*.}"
|
||||
HDR_m="${HDR_V%%.*}"
|
||||
|
||||
EXEC="/tmp/br.check-headers.$(uuidgen)"
|
||||
EXEC="$(mktemp --tmpdir check-headers.XXXXXX)"
|
||||
|
||||
# By the time we get here, we do not always have the staging-dir
|
||||
# already populated (think external toolchain), so we can not use
|
||||
|
Loading…
Reference in New Issue
Block a user