aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/extract-ikconfig2
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
46fi 46fi
47 47
48TMPFILE="/tmp/ikconfig-$$" 48TMPFILE=`mktemp -t ikconfig-XXXXXX` || exit 1
49image="$1" 49image="$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