Commit 66f9f59a authored by Alexey Dobriyan's avatar Alexey Dobriyan Committed by Linus Torvalds

[PATCH] extract-ikconfig: use mktemp(1)

Signed-off-by: default avatarAlexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent a4a6198b
...@@ -45,7 +45,7 @@ then ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment