summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>2002-07-27 03:13:32 -0500
committerKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>2002-07-27 03:13:32 -0500
commit11acbbbb8a50f4de7dbe4bc1b5acc440dfe81810 (patch)
tree1dc83684b59e413c7ad823a84c1f48a5f3e19a2a /scripts
parent12eb3ca5d9a83baa7644a781b204cf7fcc6dde98 (diff)
kbuild: Make scripts/compile.h when sh != bash
Contributed by Arkadiusz Miskiewicz
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