Skip to content

Commit

Permalink
[PATCH] extract-ikconfig: use mktemp(1)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Dobriyan <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Alexey Dobriyan authored and Linus Torvalds committed Mar 24, 2006
1 parent a4a6198 commit 66f9f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/extract-ikconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 66f9f59

Please sign in to comment.