summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mkcompile_h3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/mkcompile_h b/scripts/mkcompile_h
index cd956380978a..57b032952c00 100755
--- a/scripts/mkcompile_h
+++ b/scripts/mkcompile_h
@@ -14,6 +14,9 @@ if [ -r $TARGET -a ! -O ../include/linux/autoconf.h ]; then
exit 0
fi
+# Do not expand names
+set -f
+
if [ -r ../.version ]; then
VERSION=`cat ../.version`
else