diff options
Diffstat (limited to 'scripts/extract-ikconfig')
-rwxr-xr-x | scripts/extract-ikconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/extract-ikconfig b/scripts/extract-ikconfig index d9f9f34b22ab..ef6140dc2ded 100755 --- a/scripts/extract-ikconfig +++ b/scripts/extract-ikconfig | |||
@@ -45,7 +45,7 @@ then | |||
45 | exit 1 | 45 | exit 1 |
46 | fi | 46 | fi |
47 | 47 | ||
48 | TMPFILE="/tmp/ikconfig-$$" | 48 | TMPFILE=`mktemp -t ikconfig-XXXXXX` || exit 1 |
49 | image="$1" | 49 | image="$1" |
50 | 50 | ||
51 | # vmlinux: Attempt to dump the configuration from the file directly | 51 | # vmlinux: Attempt to dump the configuration from the file directly |