提交 66f9f59a 编写于 作者: A Alexey Dobriyan 提交者: Linus Torvalds

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

Signed-off-by: NAlexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 a4a6198b
......@@ -45,7 +45,7 @@ then
exit 1
fi
TMPFILE="/tmp/ikconfig-$$"
TMPFILE=`mktemp -t ikconfig-XXXXXX` || exit 1
image="$1"
# vmlinux: Attempt to dump the configuration from the file directly
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册