Skip to content
Snippets Groups Projects
Commit 66f9f59a authored by Alexey Dobriyan's avatar Alexey Dobriyan Committed by Linus Torvalds
Browse files

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

parent a4a6198b
No related branches found
No related tags found
No related merge requests found
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment