mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-26 16:41:25 +00:00
[PATCH] extract-ikconfig: use mktemp(1)
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
a4a6198b80
commit
66f9f59a5b
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
TMPFILE="/tmp/ikconfig-$$"
|
TMPFILE=`mktemp -t ikconfig-XXXXXX` || exit 1
|
||||||
image="$1"
|
image="$1"
|
||||||
|
|
||||||
# vmlinux: Attempt to dump the configuration from the file directly
|
# vmlinux: Attempt to dump the configuration from the file directly
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue